Only nether-native mobs can see through lava

This commit is contained in:
Rorkh
2021-10-02 21:18:18 +01:00
committed by Tiger Wang
parent 798fdb0709
commit 4c5d9d38f4
13 changed files with 95 additions and 88 deletions
+10 -1
View File
@@ -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;
}