diff options
Diffstat (limited to 'src/Mobs/MagmaCube.cpp')
-rw-r--r-- | src/Mobs/MagmaCube.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/MagmaCube.cpp b/src/Mobs/MagmaCube.cpp index c1927241e..2891605c8 100644 --- a/src/Mobs/MagmaCube.cpp +++ b/src/Mobs/MagmaCube.cpp @@ -11,6 +11,7 @@ cMagmaCube::cMagmaCube(int a_Size) : m_Size(a_Size) { m_EMPersonality = AGGRESSIVE; + m_BehaviorDoNothing.AttachToMonster(*this); GetMonsterConfig("MagmaCube"); } |