Skip to content

Commit

Permalink
Upgrade Center research cost down
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Dec 26, 2023
1 parent da462f7 commit 88d7b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/fos/content/FOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ protected boolean canPump(Tile tile) {
size = 3;
solid = true;
consumePower(3f);
researchCost = with(tin, 125, silver, 100);
requirements(Category.units, with(tin, 250, silver, 200));
drawer = new DrawMulti(
new DrawDefault(),
Expand Down

0 comments on commit 88d7b18

Please sign in to comment.