Fixed #11422
This commit is contained in:
@@ -53,7 +53,7 @@ public class Puddles{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(tile.floor().isLiquid && !canStayOn(liquid, tile.floor().liquidDrop)){
|
if(tile.floor().isLiquid && tile.floor().liquidDrop != null && !canStayOn(liquid, tile.floor().liquidDrop)){
|
||||||
reactPuddle(tile.floor().liquidDrop, liquid, amount, tile, ax, ay);
|
reactPuddle(tile.floor().liquidDrop, liquid, amount, tile, ax, ay);
|
||||||
|
|
||||||
Puddle p = get(tile);
|
Puddle p = get(tile);
|
||||||
|
|||||||
Reference in New Issue
Block a user