This commit is contained in:
Zuhayr
2014-07-04 17:34:30 +09:30
parent ab6f2611f3
commit 4b06cf82f0

View File

@@ -272,9 +272,9 @@ datum/game_mode/proc/auto_declare_completion_heist()
return 1
/datum/game_mode/heist/check_finished()
// DO NOT FORGET TO FIX THIS.
//if (!(is_raider_crew_alive()) || (vox_shuttle_location && (vox_shuttle_location == "start")))
// return 1
var/datum/shuttle/multi_shuttle/skipjack = shuttle_controller.shuttles["Vox Skipjack"]
if (!(is_raider_crew_alive()) || (skipjack && skipjack.at_origin))
return 1
return ..()
/datum/game_mode/heist/cleanup()