From 324dd6602e0b3593e5fe8bfc06b72fbb3f2fcae4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 27 Oct 2024 23:59:41 -0400 Subject: [PATCH] Serpulo tech tree requirement tweaks --- core/src/mindustry/content/SerpuloTechTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/SerpuloTechTree.java b/core/src/mindustry/content/SerpuloTechTree.java index bd7daf437f..fad4e43143 100644 --- a/core/src/mindustry/content/SerpuloTechTree.java +++ b/core/src/mindustry/content/SerpuloTechTree.java @@ -236,7 +236,7 @@ public class SerpuloTechTree{ node(steamGenerator, Seq.with(new SectorComplete(craters)), () -> { node(thermalGenerator, () -> { - node(differentialGenerator, Seq.with(new SectorComplete(testingGrounds)), () -> { + node(differentialGenerator, () -> { node(thoriumReactor, Seq.with(new Research(Liquids.cryofluid)), () -> { node(impactReactor, () -> {