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 |
|---|---|
| /datum/bt_node/ai_behavior/find_next_carp_migration_step | Records the next turf we want to travel to into the blackboard for other actions |
| /datum/bt_node/ai_behavior/clear_arrived_migration_target | Clears our migration target once we've gotten close enough to it, so a new one can be selected. |
| /datum/bt_node/decorator/carp_path_blocked | Returns TRUE if the next step towards the keyed turf is blocked, so we can smash or teleport through it. |
Define Details
CARP_DESTINATION_SEARCH_RANGE 
How close you need to get to the destination in order to consider yourself there