summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Ocelot.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Ocelot.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Ocelot.cpp b/source/Mobs/Ocelot.cpp
index 02d5ccc37..df2eb5c04 100644
--- a/source/Mobs/Ocelot.cpp
+++ b/source/Mobs/Ocelot.cpp
@@ -10,6 +10,8 @@
cOcelot::cOcelot()
{
m_MobType = 98;
+ m_SoundHurt = "mob.cat.hitt";
+ m_SoundDeath = "mob.cat.hitt";
GetMonsterConfig("Ocelot");
}