Fixes the wrong cinematic playing on nukeop win (#62877)

This commit is contained in:
itseasytosee
2021-11-17 13:56:57 -06:00
committed by GitHub
parent 10134a0269
commit e2e59406ab
@@ -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)