From bcee2e708383f7737dfa62c6dc81caae09f79ecf Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 12 May 2023 02:34:02 -0400 Subject: [PATCH] Neoplasia reactor rebuildable --- core/src/mindustry/content/Blocks.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index b329d38edd..1e3de17595 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -2548,7 +2548,6 @@ public class Blocks{ researchCostMultiplier = 0.4f; }}; - //TODO stats fluxReactor = new VariableReactor("flux-reactor"){{ requirements(Category.power, with(Items.graphite, 300, Items.carbide, 200, Items.oxide, 100, Items.silicon, 600, Items.surgeAlloy, 300)); powerProduction = 120f; @@ -2585,7 +2584,6 @@ public class Blocks{ ); }}; - //TODO stats neoplasiaReactor = new HeaterGenerator("neoplasia-reactor"){{ requirements(Category.power, with(Items.tungsten, 1000, Items.carbide, 300, Items.oxide, 150, Items.silicon, 500, Items.phaseFabric, 300, Items.surgeAlloy, 200)); @@ -2609,7 +2607,6 @@ public class Blocks{ explodeSound = Sounds.largeExplosion; powerProduction = 140f; - rebuildable = false; ambientSound = Sounds.bioLoop; ambientSoundVolume = 0.2f;