mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-31 20:43:12 +00:00
Fixes #5491
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user