summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Ghast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Ghast.cpp')
-rw-r--r--source/Mobs/Ghast.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Mobs/Ghast.cpp b/source/Mobs/Ghast.cpp
index 38f6af582..1d0e074b8 100644
--- a/source/Mobs/Ghast.cpp
+++ b/source/Mobs/Ghast.cpp
@@ -7,12 +7,9 @@
-cGhast::cGhast(void)
+cGhast::cGhast(void) :
+ super("Ghast", 56, "mob.ghast.scream", "mob.ghast.death")
{
- m_MobType = 56;
- m_SoundHurt = "mob.ghast.scream";
- m_SoundDeath = "mob.ghast.death";
- GetMonsterConfig("Ghast");
}