code/modules/mob/living/basic/space_fauna/carp/carp_ai_migration.dm
CARP_DESTINATION_SEARCH_RANGE | How close you need to get to the destination in order to consider yourself there |
---|---|
CARP_PORTAL_SEARCH_RANGE | If there's a portal this close to us we'll enter it just on the basis that the carp who made it probably knew where they were going |
/datum/ai_planning_subtree/carp_migration | Will try to plan a path between a list of locations for carp to travel through |
/datum/ai_behavior/find_next_carp_migration_step | Records the next turf we want to travel to into the blackboard for other actions |
Define Details
CARP_DESTINATION_SEARCH_RANGE
How close you need to get to the destination in order to consider yourself there
CARP_PORTAL_SEARCH_RANGE
If there's a portal this close to us we'll enter it just on the basis that the carp who made it probably knew where they were going