From 1b2c85e944d5b3f034b27e3421881c040f43b910 Mon Sep 17 00:00:00 2001 From: XeonMations Date: Sun, 8 Sep 2024 16:27:01 +0300 Subject: [PATCH] gah --- code/modules/power/rbmk/rbmk_parts.dm | 2 +- code/modules/power/rbmk/rbmk_procs.dm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/power/rbmk/rbmk_parts.dm b/code/modules/power/rbmk/rbmk_parts.dm index 17c1b1aa43c3f..ec6ecefb54fb6 100644 --- a/code/modules/power/rbmk/rbmk_parts.dm +++ b/code/modules/power/rbmk/rbmk_parts.dm @@ -11,7 +11,7 @@ var/obj/machinery/atmospherics/components/unary/rbmk/core/reactor var/active = FALSE -/obj/machinery/computer/reactor/Initialize() +/obj/machinery/computer/reactor/Initialize(mapload) . = ..() /obj/machinery/computer/reactor/control_rods diff --git a/code/modules/power/rbmk/rbmk_procs.dm b/code/modules/power/rbmk/rbmk_procs.dm index c3f7f5fc2175d..d770aa7799c8a 100644 --- a/code/modules/power/rbmk/rbmk_procs.dm +++ b/code/modules/power/rbmk/rbmk_procs.dm @@ -190,9 +190,9 @@ Arguments: return null /* - Called when a part gets deleted around the rbmk, called on Destroy() of the rbmk core in rbmk_core.dm -Unregister the signals attached to the core from the various machines, if only_signals is false it will also call deactivate() -Arguments: + * Called when a part gets deleted around the rbmk, called on Destroy() of the rbmk core in rbmk_core.dm + * Unregister the signals attached to the core from the various machines, if only_signals is false it will also call deactivate() + * Arguments: * only_signals: default FALSE, if true the proc will not call the deactivate() proc */