From a6d5f670c14f22f0a9f2dff92c762751e1e10153 Mon Sep 17 00:00:00 2001 From: Lucky Clover Date: Sun, 1 May 2022 19:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=86=B2=E5=87=BB=E6=B6=B2?= =?UTF-8?q?=E4=BD=93=E5=92=8C=E7=89=A9=E5=93=81=E5=AE=B9=E9=87=8F=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E8=AF=81=E5=9C=A8flood=E7=9A=84=E4=BD=8E=E5=B8=A7?= =?UTF-8?q?=E4=B8=8B=E4=B8=8D=E9=82=A3=E4=B9=88=E5=AE=B9=E6=98=93=E5=81=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contents/flood/src/mindustry/content/flood/Blocks.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contents/flood/src/mindustry/content/flood/Blocks.java b/contents/flood/src/mindustry/content/flood/Blocks.java index ab2b28a..8efcc2f 100644 --- a/contents/flood/src/mindustry/content/flood/Blocks.java +++ b/contents/flood/src/mindustry/content/flood/Blocks.java @@ -1231,6 +1231,10 @@ public void load(){ ambientSound = Sounds.pulse; ambientSoundVolume = 0.07f; + //lc: add more capacity so that it would not stop working at tps<5 + liquidCapacity = 150f; + itemCapacity = 30; + consumes.power(25f); consumes.item(Items.blastCompound); consumes.liquid(Liquids.cryofluid, 0.25f);