code/datums/ai/basic_mobs/basic_ai_behaviors/travel_towards.dm
/datum/ai_behavior/travel_towards | Moves towards the atom in the passed blackboard key. Planning continues during this action so it can be interrupted by higher priority actions. |
---|---|
/datum/ai_behavior/travel_towards_atom | Travel towards an atom you pass directly from the controller rather than a blackboard key. You might need to do this to avoid repeating some checks in both a controller and an action. |