From 74212771dcde4caac3ddb2897d8156e9a86c59de Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Thu, 14 Nov 2019 21:36:58 +0100 Subject: [PATCH] Might as well add a tech tree entry --- core/src/io/anuke/mindustry/content/TechTree.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/io/anuke/mindustry/content/TechTree.java b/core/src/io/anuke/mindustry/content/TechTree.java index e59fc3ab90..8058a4982b 100644 --- a/core/src/io/anuke/mindustry/content/TechTree.java +++ b/core/src/io/anuke/mindustry/content/TechTree.java @@ -199,6 +199,10 @@ public class TechTree implements ContentList{ node(phaseConduit, () -> { }); + + node(platedConduit, () -> { + + }); }); node(rotaryPump, () -> {