Fixed 'underwater' ores

This commit is contained in:
Anuken
2019-11-15 21:12:08 -05:00
parent b795d97d0e
commit e6afe584e5
2 changed files with 2 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ public class EditorTile extends Tile{
return;
}
if(floor.isLiquid) return;
if(overlayID() == overlay) return;
op(OpType.overlay, this.overlay.id);
super.setOverlayID(overlay);