code/datums/ai/basic_mobs/targeting_strategies/_targeting_strategy.dm 
| /datum/targeting_strategy | Datum for basic mobs to define what they can attack, Global, just like ai_behaviors |
|---|---|
| /datum/targeting_strategy/anything | Simply always returns true if you have a target, so only use this if you're pre-checking the targets somewhere else |
| /datum/targeting_strategy/fishing | A very simple targeting strategy that checks that the target is a valid fishing spot. |