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