diff options
Diffstat (limited to 'source/Mobs/Cow.cpp')
-rw-r--r-- | source/Mobs/Cow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Cow.cpp b/source/Mobs/Cow.cpp index f6ae5b7da..b0dab1e0f 100644 --- a/source/Mobs/Cow.cpp +++ b/source/Mobs/Cow.cpp @@ -16,6 +16,8 @@ cCow::cCow(void) { m_MobType = 92; + m_SoundHurt = "mob.cow.hurt"; + m_SoundDeath = "mob.cow.hurt"; GetMonsterConfig("Cow"); } |