diff options
Diffstat (limited to 'src/game-server/monster.hpp')
-rw-r--r-- | src/game-server/monster.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp index 2278e8fd..79b8c69b 100644 --- a/src/game-server/monster.hpp +++ b/src/game-server/monster.hpp @@ -262,6 +262,11 @@ class Monster : public Being void died(); /** + * Alters hate for the monster + */ + void changeAnger(Actor *target, int amount); + + /** * Calls the damage function in Being and updates the aggro list */ virtual int damage(Actor *source, const Damage &damage); |