From 4c5d9d38f45ae7c18a3e9799152305757a8a1d2a Mon Sep 17 00:00:00 2001 From: Rorkh Date: Sat, 18 Sep 2021 14:10:31 +0500 Subject: Only nether-native mobs can see through lava --- tests/Generating/Stubs.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tests/Generating') 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; } -- cgit v1.2.3