summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Mooshroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Mooshroom.cpp')
-rw-r--r--source/Mobs/Mooshroom.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Mobs/Mooshroom.cpp b/source/Mobs/Mooshroom.cpp
index 148b0c068..1ef1d600d 100644
--- a/source/Mobs/Mooshroom.cpp
+++ b/source/Mobs/Mooshroom.cpp
@@ -13,12 +13,9 @@
-cMooshroom::cMooshroom(void)
+cMooshroom::cMooshroom(void) :
+ super("Mooshroom", 96, "mob.cow.hurt", "mob.cow.hurt")
{
- m_MobType = 96;
- m_SoundHurt = "mob.cow.hurt";
- m_SoundDeath = "mob.cow.hurt";
- GetMonsterConfig("Mooshroom");
}