chore: deleted line

This commit is contained in:
2025-05-30 16:43:09 +02:00
parent 6bc136df2a
commit 6b5c6915a7

View File

@@ -60,7 +60,6 @@ public enum Item implements Buildable {
COAL_FACTORY("Coal factory", true, 200, List.of(new BuildAction()), List.of(new CoalFactoryProduceAction())),
CHEESE_FACTORY("Cheese factory", true, 150, List.of(new BuildAction()), List.of(new CheeseFactoryProduceAction())),;
static {
WHEAT_FARMLAND.canBeBuiltFunction = game -> {
if (game.getBuildings().contains(Item.VILLAGER_HOUSE)) {