code/datums/ai/generic/find_and_set.dm

/datum/ai_behavior/find_and_set | *find and set |
---|---|
/datum/ai_behavior/find_and_set/pawn_must_hold_item | Variant of find and set that fails if the living pawn doesn't hold something |
/datum/ai_behavior/find_and_set/edible | Variant of find and set that also requires the item to be edible. checks hands too |
/datum/ai_behavior/find_and_set/in_hands | Variant of find and set that only checks in hands, search range should be excluded for this |
/datum/ai_behavior/find_and_set/in_list | Variant of find and set that takes a list of things to find. |