diff options
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorAttackerMelee.h')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorAttackerMelee.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mobs/Behaviors/BehaviorAttackerMelee.h b/src/Mobs/Behaviors/BehaviorAttackerMelee.h index b079c94fc..6e990f04c 100644 --- a/src/Mobs/Behaviors/BehaviorAttackerMelee.h +++ b/src/Mobs/Behaviors/BehaviorAttackerMelee.h @@ -2,8 +2,8 @@ #include "BehaviorAttacker.h" -/** Makes the mob fight back any other mob that damages it. Mob should have BehaviorAttacker to work. -This behavior does not make sense in combination with BehaviorCoward. */ +/** Grants the mob that ability to approach a target and then melee attack it. +Use BehaviorAttackerMelee::SetTarget to attack. */ class cBehaviorAttackerMelee : public cBehaviorAttacker { public: |