diff options
Diffstat (limited to 'src/Mobs/Giant.cpp')
-rw-r--r-- | src/Mobs/Giant.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Giant.cpp b/src/Mobs/Giant.cpp index ff1f8604c..3dc621865 100644 --- a/src/Mobs/Giant.cpp +++ b/src/Mobs/Giant.cpp @@ -11,6 +11,7 @@ cGiant::cGiant(void) : super(mtGiant, "entity.zombie.hurt", "entity.zombie.death", 3.6, 10.8) { m_EMPersonality = AGGRESSIVE; + m_BehaviorDoNothing.AttachToMonster(*this); GetMonsterConfig("Giant"); } |