From 15f33b45c7640ed2338d1e425e783b3361433aa1 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 24 Nov 2020 18:12:45 -0500 Subject: [PATCH] Salt Flats should probably require additive reconstructors --- core/src/mindustry/content/TechTree.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/TechTree.java b/core/src/mindustry/content/TechTree.java index 30d6c60207..cf77c5819b 100644 --- a/core/src/mindustry/content/TechTree.java +++ b/core/src/mindustry/content/TechTree.java @@ -510,6 +510,7 @@ public class TechTree implements ContentList{ new SectorComplete(windsweptIslands), new Research(commandCenter), new Research(groundFactory), + new Research(additiveReconstructor), new Research(airFactory), new Research(door), new Research(waterExtractor)