diff options
-rw-r--r-- | src/actormanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index b912252a9..15841f61d 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -399,9 +399,13 @@ class ActorManager final : public ConfigListener * * @param aroundBeing being must not equal this one * @param being being under scrutiny. Nullptr check performed + * it must be alive unless a player and + * mTargetDeadPlayers is true. * @param type pass ActorType::Unknown if no matching desired * @param exluded being must not equal this one * @param maxCost allowed max pathfinder distance, if applicable + * (only if being is a monster and + * mTargetOnlyReachable is true) */ bool validateBeing(const Being *const aroundBeing, Being *const being, |