chore: deleted line
This commit is contained in:
@@ -60,7 +60,6 @@ public enum Item implements Buildable {
|
|||||||
COAL_FACTORY("Coal factory", true, 200, List.of(new BuildAction()), List.of(new CoalFactoryProduceAction())),
|
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())),;
|
CHEESE_FACTORY("Cheese factory", true, 150, List.of(new BuildAction()), List.of(new CheeseFactoryProduceAction())),;
|
||||||
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
WHEAT_FARMLAND.canBeBuiltFunction = game -> {
|
WHEAT_FARMLAND.canBeBuiltFunction = game -> {
|
||||||
if (game.getBuildings().contains(Item.VILLAGER_HOUSE)) {
|
if (game.getBuildings().contains(Item.VILLAGER_HOUSE)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user