summaryrefslogtreecommitdiff
path: root/src/game-server/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.h')
-rw-r--r--src/game-server/monster.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game-server/monster.h b/src/game-server/monster.h
index 8e87d758..a1a82eb5 100644
--- a/src/game-server/monster.h
+++ b/src/game-server/monster.h
@@ -315,6 +315,9 @@ class Monster : public Being
*/
void changeAnger(Actor *target, int amount);
+ const std::map<Being *, int> &getAngerList() const
+ { return mAnger; }
+
/**
* Calls the damage function in Being and updates the aggro list
*/