code/datums/ai/basic_mobs/targeting_strategies/basic_targeting_strategy.dm
/datum/targeting_strategy/basic/allow_items | Subtype more forgiving for items. Careful, this can go wrong and keep a mob hyper-focused on an item it can't lose aggro on |
---|---|
/datum/targeting_strategy/basic/of_size | Subtype which searches for mobs of a size relative to ours |
/datum/targeting_strategy/basic/same_faction | Makes the mob only attack their own faction. Useful mostly if their attacks do something helpful (e.g. healing touch). |