From 5b0f085b70163e918cc1c3eb4d34c2568b830ca2 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 7 May 2017 19:58:35 +0100 Subject: [PATCH] Adds karma reminder while shuttle in flight --- code/modules/shuttle/emergency.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index 116ac637ac5..bdea1d28919 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -262,6 +262,9 @@ mode = SHUTTLE_ESCAPE timer = world.time priority_announcement.Announce("The Emergency Shuttle has left the station. Estimate [timeLeft(600)] minutes until the shuttle docks at Central Command.") + for(var/mob/M in player_list) + if(!isnewplayer(M) && !M.client.karma_spent) + if(SHUTTLE_ESCAPE) if(time_left <= 0) //move each escape pod to its corresponding escape dock