From ca592d1e1e62486a2baed0552a8059ed0b06f328 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Wed, 6 Jul 2022 15:41:37 -0600 Subject: [PATCH] I'm gonna assume this is a mistake --- hyperstation/code/modules/power/reactor/rbmk.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/power/reactor/rbmk.dm b/hyperstation/code/modules/power/reactor/rbmk.dm index 1da98def0..396e4a352 100644 --- a/hyperstation/code/modules/power/reactor/rbmk.dm +++ b/hyperstation/code/modules/power/reactor/rbmk.dm @@ -435,7 +435,7 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful if(warning) if(!alert) //Congrats! You stopped the meltdown / blowout. stop_relay(CHANNEL_REACTOR_ALERT) - warning = FAILED_UNFASTEN + warning = FALSE set_light(l_range=10, l_color=LIGHT_COLOR_CYAN) else if(!alert)