From 3b239ee368341fbf827f2311bd6da684553541f4 Mon Sep 17 00:00:00 2001 From: Epowerj Date: Wed, 24 Aug 2022 21:56:46 -0400 Subject: [PATCH] Changed sublimate research requirements --- core/src/mindustry/content/Blocks.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index c9b877ba45..52ff46f47d 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -4042,6 +4042,8 @@ public class Blocks{ scaledHealth = 210; shootY = 7f; size = 3; + + researchCost = with(Items.tungsten, 400, Items.silicon, 400, Items.oxide, 80, Items.beryllium, 800); }}; titan = new ItemTurret("titan"){{