We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3819159 commit 5909787Copy full SHA for 5909787
src/main/java/castle/CastleRooms.java
@@ -87,7 +87,6 @@ public void buy(PlayerData data) {
87
tile.setNet(block, team, 0);
88
89
if (!(block instanceof CoreBlock)) tile.build.health(Float.MAX_VALUE);
90
- if (tile.build instanceof TurretBuild t) t.ammo.clear();
91
92
Bundle.label(1f, drawX(), drawY(), "rooms.block.bought", data.player.coloredName());
93
}
0 commit comments