summaryrefslogtreecommitdiff
path: root/src/game-server/monster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.hpp')
-rw-r--r--src/game-server/monster.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game-server/monster.hpp b/src/game-server/monster.hpp
index 3f6db5c1..05fedd6b 100644
--- a/src/game-server/monster.hpp
+++ b/src/game-server/monster.hpp
@@ -204,6 +204,12 @@ class Monster : public Being
void perform();
/**
+ *
+ */
+ virtual int getAttackType()
+ { return mCurrentAttack->id; }
+
+ /**
* Kills the being.
*/
void died();