From 2b416588f12e7c72d4963f060c5d74a588a18c2b Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 2 Dec 2021 17:37:18 -0500 Subject: [PATCH] Pyro generator tree entry --- core/src/mindustry/content/Blocks.java | 2 +- core/src/mindustry/content/ErekirTechTree.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 2c2eee028b..4abbc8cfe3 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -2015,7 +2015,7 @@ public class Blocks{ sideOffset = Mathf.PI / 2f; }}, new DrawRegion("-mid"), new DrawLiquidTile(Liquids.arkycite, 38f / 4f), new DrawBlock(), new DrawGlowRegion(){{ alpha = 1f; - glowScale = 6f; + glowScale = 5f; color = Pal.slagOrange; }}); diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index 015d14a56a..dac1dd661b 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -54,7 +54,9 @@ public class ErekirTechTree{ node(turbineCondenser, () -> { node(beamNode, () -> { node(chemicalCombustionChamber, () -> { + node(pyrolysisGenerator, () -> { + }); }); node(beamTower, () -> {