summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Ghast.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Ghast.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Mobs/Ghast.cpp b/source/Mobs/Ghast.cpp
index 0e1656b95..38f6af582 100644
--- a/source/Mobs/Ghast.cpp
+++ b/source/Mobs/Ghast.cpp
@@ -10,6 +10,8 @@
cGhast::cGhast(void)
{
m_MobType = 56;
+ m_SoundHurt = "mob.ghast.scream";
+ m_SoundDeath = "mob.ghast.death";
GetMonsterConfig("Ghast");
}