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, () -> {