code/datums/ai/hunting_behavior/hunting_behaviors.dm
/datum/ai_planning_subtree/find_and_hunt_target | Tells 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_target | Finds a specific atom type to hunt. |
/datum/ai_behavior/hunt_target | Hunts down a specific atom type. |