diff options
Diffstat (limited to 'source/Mobs/Cavespider.cpp')
-rw-r--r-- | source/Mobs/Cavespider.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Cavespider.cpp b/source/Mobs/Cavespider.cpp index 94eadf12d..b9d4829bc 100644 --- a/source/Mobs/Cavespider.cpp +++ b/source/Mobs/Cavespider.cpp @@ -10,6 +10,8 @@ cCavespider::cCavespider(void) { m_MobType = 59; + m_SoundHurt = "mob.spider.say"; + m_SoundDeath = "mob.spider.death"; GetMonsterConfig("Cavespider"); } |