diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Enderman.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Mobs/Enderman.cpp b/source/Mobs/Enderman.cpp index 2814ab71b..33aecc61d 100644 --- a/source/Mobs/Enderman.cpp +++ b/source/Mobs/Enderman.cpp @@ -7,12 +7,9 @@ -cEnderman::cEnderman(void) +cEnderman::cEnderman(void) : + super("Enderman", 58, "mob.endermen.hit", "mob.endermen.death") { - m_MobType = 58; - m_SoundHurt = "mob.endermen.hit"; - m_SoundDeath = "mob.endermen.death"; - GetMonsterConfig("Enderman"); } |