summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Monster.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Monster.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Mobs/Monster.h b/source/Mobs/Monster.h
index 051477162..2c26045ff 100644
--- a/source/Mobs/Monster.h
+++ b/source/Mobs/Monster.h
@@ -92,6 +92,9 @@ protected:
char m_MobType;
+ AString m_SoundHurt;
+ AString m_SoundDeath;
+
float m_SeePlayerInterval;
float m_AttackDamage;
float m_AttackRange;