summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Enderman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Enderman.cpp')
-rw-r--r--source/Mobs/Enderman.cpp2
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");
}