diff options
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorCoward.h')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorCoward.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Mobs/Behaviors/BehaviorCoward.h b/src/Mobs/Behaviors/BehaviorCoward.h index 3232f807b..d33792ec2 100644 --- a/src/Mobs/Behaviors/BehaviorCoward.h +++ b/src/Mobs/Behaviors/BehaviorCoward.h @@ -2,7 +2,16 @@ #include "Behavior.h" -/** Makes the mob run away from any other mob that damages it. */ +/** Makes the mob run away from any other mob that damages it. + +Connections to other behaviors: + - The mob should also have a cBehaviorAttacker, otherwise this behavior will not work. + - This behavior does not make sense in combination with BehaviorAggressive or cBehaviorBrave. + +Special connections: + - None. + +*/ class cBehaviorCoward : cBehavior { public: |