diff options
Diffstat (limited to 'tests/Generating')
-rw-r--r-- | tests/Generating/Stubs.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/Generating/Stubs.cpp b/tests/Generating/Stubs.cpp index d3669c498..e2fc2e7cc 100644 --- a/tests/Generating/Stubs.cpp +++ b/tests/Generating/Stubs.cpp @@ -954,9 +954,18 @@ void cMonster::CheckEventSeePlayer(class cChunk & a_Chunk) +bool cMonster::IsNetherNative(void) +{ + return false; +} + + + + + bool cMonster::IsUndead(void) { - return true; + return false; } |