353637383940414243
@Override public void initTile(Tile tile, Element xml) { if (!game.hasRule(CustomRule.KEEP_CLOISTERS)) { if (tile.getId().equals("BA.L") || tile.getId().equals("BA.LR")) { throw new RemoveTileException(); } } }