Fixes a few unreported logic goofs in my newest mulligan pull

This commit is contained in:
Incoming
2015-04-11 03:41:17 -04:00
parent 076fc321f0
commit 1ce1b5b67d
3 changed files with 19 additions and 13 deletions

View File

@@ -9,14 +9,15 @@
return 1
if(!blob_cores.len) // blob is dead
if(config.continuous["blob"])
if(config.midround_antag["blob"])
round_converted = convert_roundtype()
if(!round_converted)
return 1
if(SSshuttle.emergency.mode == SHUTTLE_STRANDED)
SSshuttle.emergency.mode = SHUTTLE_DOCKED
SSshuttle.emergency.timer = world.time
priority_announce("Hostile enviroment resolved. You have 3 minutes to board the Emergency Shuttle.", null, 'sound/AI/shuttledock.ogg', "Priority")
if(config.midround_antag["blob"])
round_converted = convert_roundtype()
if(!round_converted)
return 1
return ..()
return 1
if(station_was_nuked)//Nuke went off