From 4d5bed78d44f7973c2956c0322270864699a49d8 Mon Sep 17 00:00:00 2001 From: Luxray5474 Date: Tue, 12 Dec 2017 11:08:43 -0500 Subject: [PATCH] Did TODO for 'advanced version' for NuclearReactor Saw comment for that, thought 'why not?' Also shortened first line of desc. --- .../io/anuke/mindustry/world/blocks/ProductionBlocks.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java b/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java index 178498945d..99bdc98fad 100644 --- a/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java +++ b/core/src/io/anuke/mindustry/world/blocks/ProductionBlocks.java @@ -271,9 +271,8 @@ public class ProductionBlocks{ height = 3; health = 600; breaktime *= 2.3f; - //description = "Advanced generator."; - fullDescription = "The ultimate power generator. Highly volatile. Generates power from uranium. Requires constant cooling in the form of water. " - + "Will explode violently if insufficient amounts of coolant are supplied. "; + fullDescription = "An advanced version of the RTG Generator, and the ultimate power generator. Generates power from uranium. Requires constant water cooling. " + + "Highly volatile; will explode violently if insufficient amounts of coolant are supplied. "; } }; }