From c38a8c3ef4d10927fe7980b6d4553f3a40335ffb Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 19 Oct 2022 22:35:35 -0400 Subject: [PATCH] Pyrolysis generator arkycite use tweak --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index d48c77315d..da4ec68753 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -2524,7 +2524,7 @@ public class Blocks{ color = Pal.slagOrange; }}); - consumeLiquids(LiquidStack.with(Liquids.slag, 20f / 60f, Liquids.arkycite, 30f / 60f)); + consumeLiquids(LiquidStack.with(Liquids.slag, 20f / 60f, Liquids.arkycite, 40f / 60f)); size = 3; liquidCapacity = 30f * 5;