From eba60ff25387fd312a16afc7069a377d1f3dc595 Mon Sep 17 00:00:00 2001 From: Noname995 Date: Thu, 22 Aug 2024 03:02:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BA=D0=B0=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game/machinery/fusion_engine.dm | 1 + code/game/machinery/groundmap_geothermal.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/game/machinery/fusion_engine.dm b/code/game/machinery/fusion_engine.dm index e9e0157d6d..15806bc654 100644 --- a/code/game/machinery/fusion_engine.dm +++ b/code/game/machinery/fusion_engine.dm @@ -11,6 +11,7 @@ icon_state = "off-0" desc = "A Westingland S-52 Fusion Reactor. Takes fuels cells and converts them to power for the ship. Also produces a large amount of heat." directwired = 0 //Requires a cable directly underneath + is_on = FALSE unslashable = TRUE unacidable = TRUE //NOPE.jpg anchored = TRUE diff --git a/code/game/machinery/groundmap_geothermal.dm b/code/game/machinery/groundmap_geothermal.dm index 932bb1abcc..63b83492d1 100644 --- a/code/game/machinery/groundmap_geothermal.dm +++ b/code/game/machinery/groundmap_geothermal.dm @@ -6,6 +6,7 @@ anchored = TRUE density = TRUE directwired = 0 //Requires a cable directly underneath + is_on = FALSE unslashable = TRUE unacidable = TRUE //NOPE.jpg var/power_gen_percent = 0 //100,000W at full capacity