Skip to content

Commit

Permalink
wex balancing
Browse files Browse the repository at this point in the history
its too op
  • Loading branch information
suspicious-pineapple authored Apr 1, 2024
1 parent 83656a1 commit 28df507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/content/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ public static void load(){
waterExtractor = new SolidPump("water-extractor"){{
requirements(Category.production, with(Items.metaglass, 30, Items.graphite, 30, Items.lead, 30, Items.copper, 30));
result = Liquids.water;
pumpAmount = 0.11f;
pumpAmount = 0.105f;
size = 2;
liquidCapacity = 30f;
rotateSpeed = 1.4f;
Expand Down

0 comments on commit 28df507

Please sign in to comment.