summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Witch.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Witch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mobs/Witch.h b/src/Mobs/Witch.h
index 706fcd9b3..79cc993bc 100644
--- a/src/Mobs/Witch.h
+++ b/src/Mobs/Witch.h
@@ -18,8 +18,7 @@ public:
CLASS_PROTODEF(cWitch)
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override;
-
- bool IsAngry(void) const {return ((m_EMState == ATTACKING) || (m_EMState == CHASING)); }
+ bool IsAngry() const { return false; }
} ;