From e2e59406ab7b7bba40f4bcc628fc9cb545e95abf Mon Sep 17 00:00:00 2001 From: itseasytosee <55666666+itseasytosee@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:56:57 -0600 Subject: [PATCH] Fixes the wrong cinematic playing on nukeop win (#62877) --- code/modules/antagonists/nukeop/equipment/nuclearbomb.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm b/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm index 8da56cc267d..da72fd23a7a 100644 --- a/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm +++ b/code/modules/antagonists/nukeop/equipment/nuclearbomb.dm @@ -75,9 +75,9 @@ GLOBAL_VAR(station_nuke_source) switch(off_station) if(0) if(get_antag_minds(/datum/antagonist/nukeop).len && syndies_escaped()) - return CINEMATIC_ANNIHILATION - else return CINEMATIC_NUKE_WIN + else + return CINEMATIC_ANNIHILATION if(1) return CINEMATIC_NUKE_MISS if(2)