/tg/ Station 13 - Modules - Types

code/datums/ai/hunting_behavior/hunting_behaviors.dm

/datum/ai_planning_subtree/find_and_hunt_targetTells the AI to find a certain target nearby to hunt. If a target has been found, we will start to move towards it, and eventually attack it.
/datum/ai_behavior/find_hunt_targetFinds a specific atom type to hunt.
/datum/ai_behavior/hunt_targetHunts down a specific atom type.