summaryrefslogtreecommitdiffstats
path: root/source/Mobs/PassiveMonster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/PassiveMonster.cpp')
-rw-r--r--source/Mobs/PassiveMonster.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/Mobs/PassiveMonster.cpp b/source/Mobs/PassiveMonster.cpp
index 7a6140c04..3d7b8c8aa 100644
--- a/source/Mobs/PassiveMonster.cpp
+++ b/source/Mobs/PassiveMonster.cpp
@@ -55,4 +55,11 @@ void cPassiveMonster::Tick(float a_Dt, cChunk & a_Chunk)
+cMonster::eFamily cPassiveMonster::GetMobFamily() const
+{
+ return mfPassive;
+}
+
+
+