From ed774a6aa262826eaf83453e75e26ffe07d9fc2c Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 6 May 2022 18:46:00 -0400 Subject: [PATCH] actually --- 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 e0ce2a4a1f..9a55bfbdc2 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4226,7 +4226,7 @@ public class Blocks{ plans.add(new UnitPlan(UnitTypes.elude, 60f * 40f, with(Items.graphite, 40f, Items.silicon, 70f))); regionSuffix = "-dark"; fogRadius = 3; - researchCostMultiplier = 0.5f; + researchCostMultiplier = 0.65f; consumePower(2f); }};