diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Bat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Bat.cpp b/source/Mobs/Bat.cpp index e77cfd46d..952b0d899 100644 --- a/source/Mobs/Bat.cpp +++ b/source/Mobs/Bat.cpp @@ -10,6 +10,8 @@ cBat::cBat(void)
{
m_MobType = 65;
+ m_SoundHurt = "mob.bat.hurt";
+ m_SoundDeath = "mob.bat.death";
GetMonsterConfig("Bat");
}
|