summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Chicken.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Chicken.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Chicken.cpp b/source/Mobs/Chicken.cpp
index fe6526d76..55bf73584 100644
--- a/source/Mobs/Chicken.cpp
+++ b/source/Mobs/Chicken.cpp
@@ -16,6 +16,8 @@
cChicken::cChicken(void)
{
m_MobType = 93;
+ m_SoundHurt = "mob.chicken.hurt";
+ m_SoundDeath = "mob.chicken.hurt";
GetMonsterConfig("Chicken");
}