summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Creeper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Creeper.cpp')
-rw-r--r--source/Mobs/Creeper.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Mobs/Creeper.cpp b/source/Mobs/Creeper.cpp
index b3133d7c9..44b5e76cd 100644
--- a/source/Mobs/Creeper.cpp
+++ b/source/Mobs/Creeper.cpp
@@ -7,12 +7,9 @@
-cCreeper::cCreeper(void)
+cCreeper::cCreeper(void) :
+ super("Creeper", 50, "mob.creeper.say", "mob.creeper.say")
{
- m_MobType = 50;
- m_SoundHurt = "mob.creeper.say";
- m_SoundDeath = "mob.creeper.say";
- GetMonsterConfig("Creeper");
}