From bd0b3366743d251ee019fe5b4514923690b61b9c Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 11 Mar 2022 00:56:27 -0500 Subject: [PATCH] Some comment cleanups --- core/src/mindustry/content/Blocks.java | 2 -- core/src/mindustry/content/SerpuloTechTree.java | 7 +------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 1ad2da94b5..09ae45eb0d 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1874,7 +1874,6 @@ public class Blocks{ duct = new Duct("duct"){{ requirements(Category.distribution, with(Items.beryllium, 1)); - //TODO bad idea? should this just require 1 beryllium? health = 90; speed = 4f; fogRadius = 1; @@ -1891,7 +1890,6 @@ public class Blocks{ }}; overflowDuct = new OverflowDuct("overflow-duct"){{ - //TODO should it use beryllium? requirements(Category.distribution, with(Items.graphite, 8, Items.beryllium, 8)); health = 90; speed = 4f; diff --git a/core/src/mindustry/content/SerpuloTechTree.java b/core/src/mindustry/content/SerpuloTechTree.java index 4c2847b631..e7eb815b7c 100644 --- a/core/src/mindustry/content/SerpuloTechTree.java +++ b/core/src/mindustry/content/SerpuloTechTree.java @@ -166,12 +166,7 @@ public class SerpuloTechTree{ }); }); - node(message, () -> { - - }); - //logic disabled until further notice - /* node(microProcessor, () -> { node(switchBlock, () -> { node(message, () -> { @@ -194,7 +189,7 @@ public class SerpuloTechTree{ }); }); }); - });*/ + }); node(illuminator, () -> {