mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-24 21:48:25 +07:00
Even lower costs
This commit is contained in:
parent
864fddffa3
commit
8e8dd27890
@ -2291,7 +2291,7 @@ public class Blocks{
|
||||
hasLiquids = true;
|
||||
outputLiquid = new LiquidStack(Liquids.water, 5f / 60f / 9f);
|
||||
liquidCapacity = 20f;
|
||||
researchCostMultiplier = 1f / 18f;
|
||||
researchCostMultiplier = 1f / 40f;
|
||||
}};
|
||||
|
||||
//TODO rename
|
||||
|
Loading…
Reference in New Issue
Block a user