- Animals burn now when moving into lava or fire
- Monster health is now working properly git-svn-id: http://mc-server.googlecode.com/svn/trunk@157 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -72,7 +72,8 @@ bool cSandSimulator::IsPassable( char a_BlockID )
|
||||
{
|
||||
return a_BlockID == E_BLOCK_AIR
|
||||
|| IsBlockWater(a_BlockID)
|
||||
|| IsBlockLava(a_BlockID);
|
||||
|| IsBlockLava(a_BlockID)
|
||||
|| a_BlockID == E_BLOCK_FIRE;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user