1
0

Only nether-native mobs can see through lava

This commit is contained in:
Rorkh
2021-09-18 14:10:31 +05:00
committed by Tiger Wang
parent 798fdb0709
commit 4c5d9d38f4
13 changed files with 95 additions and 88 deletions

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;
}