Roundend and Shuttle Recall fixes

Fixed roundend error due to fatness permanence saving
Fixed vote shuttle not being recallable by admins
This commit is contained in:
Alphas00
2024-12-08 19:33:37 +01:00
parent b0afe506cf
commit 70de1c7076
3 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -668,7 +668,7 @@ SUBSYSTEM_DEF(shuttle)
priority_announce("The shift has come to an end and the shuttle called. [GLOB.security_level == SEC_LEVEL_RED ? "Red Alert state confirmed: Dispatching priority shuttle. " : "" ]It will arrive in [emergency.timeLeft(600)] minutes.", null, "shuttlecalled", "Priority")
log_game("Round end vote passed. Shuttle has been auto-called.")
message_admins("Round end vote passed. Shuttle has been auto-called.")
emergencyNoRecall = TRUE
//emergencyNoRecall = TRUE //GS13 Edit - To ensure admins can recall vote-called shuttle this assignment will be skipped
endvote_passed = TRUE
/datum/controller/subsystem/shuttle/proc/action_load(datum/map_template/shuttle/loading_template, obj/docking_port/stationary/destination_port, replace = FALSE)