summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Zombiepigman.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Zombiepigman.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Zombiepigman.cpp b/source/Mobs/Zombiepigman.cpp
index 37cf02925..89e679050 100644
--- a/source/Mobs/Zombiepigman.cpp
+++ b/source/Mobs/Zombiepigman.cpp
@@ -10,6 +10,8 @@
cZombiepigman::cZombiepigman()
{
m_MobType = 57;
+ m_SoundHurt = "mob.zombiepig.zpighurt";
+ m_SoundDeath = "mob.zombiepig.zpigdeath";
GetMonsterConfig("Zombiepigman");
}