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