diff --git a/hyperstation/code/modules/power/reactor/rbmk.dm b/hyperstation/code/modules/power/reactor/rbmk.dm index 2381c070..948a6598 100644 --- a/hyperstation/code/modules/power/reactor/rbmk.dm +++ b/hyperstation/code/modules/power/reactor/rbmk.dm @@ -586,7 +586,8 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful if(I.use_tool(src, user, 40, volume=75)) to_chat(user, "You [anchored ? "un" : ""]secure [name].") setAnchored(!anchored) - return TRUE + return TRUE + return FALSE /obj/machinery/computer/reactor/proc/link_to_reactor() for(var/obj/machinery/atmospherics/components/trinary/nuclear_reactor/asdf in GLOB.machines)