diff --git a/code/modules/power/singularity/narsie.dm b/code/modules/power/singularity/narsie.dm index 93b14338540..e500f205df3 100644 --- a/code/modules/power/singularity/narsie.dm +++ b/code/modules/power/singularity/narsie.dm @@ -244,6 +244,7 @@ /proc/narsie_apocalypse() if(QDELETED(GLOB.cult_narsie)) // tres priority_announce("Normalization detected! Abort the solution package!","Central Command Higher Dimensional Affairs", 'sound/misc/notice1.ogg') + SSshuttle.clearHostileEnvironment(GLOB.cult_narsie) GLOB.cult_narsie = null addtimer(CALLBACK(GLOBAL_PROC, .proc/narsie_last_second_win), 2 SECONDS) return @@ -255,7 +256,6 @@ ///Called only if the crew managed to destroy narsie at the very last second for [/proc/begin_the_end()] /proc/narsie_last_second_win() set_security_level("red") - SSshuttle.clearHostileEnvironment() SSshuttle.lockdown = FALSE INVOKE_ASYNC(GLOBAL_PROC, .proc/cult_ending_helper, 2)