diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Monster.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index d99f2cddc..dc77dc0f8 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -979,6 +979,15 @@ void cMonster::GetMonsterConfig(const AString & a_Name) +bool cMonster::IsNetherNative(void) +{ + return false; +} + + + + + bool cMonster::IsUndead(void) { return false; |