Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 8, 2024
1 parent 8470a11 commit 1b2c85e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/modules/power/rbmk/rbmk_parts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions code/modules/power/rbmk/rbmk_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit 1b2c85e

Please sign in to comment.