code/datums/ai/generic/generic_behaviors.dm
/datum/ai_behavior/move_to_target | Moves to target then finishes |
---|---|
/datum/ai_behavior/use_in_hand | Use in hand the currently held item |
/datum/ai_behavior/use_on_object | Use the currently held item, or unarmed, on a weakref to an object in the world |
/datum/ai_behavior/drop_item | Drops items in hands, very important for future behaviors that require the pawn to grab stuff |
/datum/ai_behavior/attack | This behavior involves attacking a target. |
/datum/ai_behavior/follow | This behavior involves attacking a target. |