diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Zombie.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Zombie.cpp b/source/Mobs/Zombie.cpp index 15e99734b..c3e331226 100644 --- a/source/Mobs/Zombie.cpp +++ b/source/Mobs/Zombie.cpp @@ -10,6 +10,8 @@ cZombie::cZombie() { m_MobType = 54; + m_SoundHurt = "mob.zombie.hurt"; + m_SoundDeath = "mob.zombie.death"; GetMonsterConfig("Zombie"); } |