diff options
Diffstat (limited to 'source/Mobs/Enderman.cpp')
-rw-r--r-- | source/Mobs/Enderman.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Enderman.cpp b/source/Mobs/Enderman.cpp index 2739265f1..2814ab71b 100644 --- a/source/Mobs/Enderman.cpp +++ b/source/Mobs/Enderman.cpp @@ -10,6 +10,8 @@ cEnderman::cEnderman(void) { m_MobType = 58; + m_SoundHurt = "mob.endermen.hit"; + m_SoundDeath = "mob.endermen.death"; GetMonsterConfig("Enderman"); } |