mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fixes commendations breaking the shuttle (#52769)
* my heart skips a beat, my heart skips a beat * Update code/__HELPERS/hearted.dm Co-authored-by: Rohesie <rohesie@gmail.com> * case insensitive Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
launch_status = ENDGAME_LAUNCHED
|
||||
setTimer(SSshuttle.emergencyEscapeTime * engine_coeff)
|
||||
priority_announce("The Emergency Shuttle has left the station. Estimate [timeLeft(600)] minutes until the shuttle docks at Central Command.", null, null, "Priority")
|
||||
SSticker.poll_hearts()
|
||||
INVOKE_ASYNC(SSticker, /datum/controller/subsystem/ticker.proc/poll_hearts)
|
||||
SSmapping.mapvote() //If no map vote has been run yet, start one.
|
||||
|
||||
if(SHUTTLE_STRANDED)
|
||||
|
||||
Reference in New Issue
Block a user