summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Witch.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Witch.h')
-rw-r--r--source/Mobs/Witch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Witch.h b/source/Mobs/Witch.h
index ce0b49deb..4e637beea 100644
--- a/source/Mobs/Witch.h
+++ b/source/Mobs/Witch.h
@@ -18,6 +18,8 @@ public:
CLASS_PROTODEF(cWitch);
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
+
+ bool IsAngry(void) const {return ((m_EMState == ATTACKING) || (m_EMState == CHASING)); }
} ;