mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-21 12:03:29 -08:00
Bigger liquid capacity for reconstructors
This commit is contained in:
parent
670e9467da
commit
87399ef1a9
1 changed files with 0 additions and 2 deletions
|
|
@ -6265,7 +6265,6 @@ public class Blocks{
|
|||
createSound = Sounds.unitCreateBig;
|
||||
|
||||
constructTime = 60f * 60f * 1.5f;
|
||||
liquidCapacity = 60f;
|
||||
|
||||
upgrades.addAll(
|
||||
new UnitType[]{UnitTypes.zenith, UnitTypes.antumbra},
|
||||
|
|
@ -6287,7 +6286,6 @@ public class Blocks{
|
|||
consumeLiquid(Liquids.cryofluid, 3f);
|
||||
|
||||
constructTime = 60f * 60f * 4;
|
||||
liquidCapacity = 180f;
|
||||
createSound = Sounds.unitCreateBig;
|
||||
|
||||
upgrades.addAll(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue