mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
4th Attempt at 60% shuttle recall gang murderbone thing (#27414)
Still very important, still a victim of Github memes. Tried to push to Militairies version but it had like a million commits so fuck that. This accounts for Jordie0608's requested changes. The latest changes moves the "no recall" aspect to the emergency shuttle subsystem so now any future code can simply set SSshuttle.emergencyNoRecall to TRUE if they want to prevent recalls from taking place. See #27228 for references to the last 3 PR's. tweak: Gang mode now calls a 4 minute unrecallable shuttle once 60% of the crew is dead
This commit is contained in:
@@ -235,7 +235,9 @@
|
||||
/obj/docking_port/mobile/emergency/cancel(area/signalOrigin)
|
||||
if(mode != SHUTTLE_CALL)
|
||||
return
|
||||
|
||||
if(SSshuttle.emergencyNoRecall)
|
||||
return
|
||||
|
||||
invertTimer()
|
||||
mode = SHUTTLE_RECALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user