From 27f5455a3245cdb0e2b22f56570b2fb057691c54 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 7 May 2017 19:58:58 +0100 Subject: [PATCH] ...adds the message. --- code/modules/shuttle/emergency.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index bdea1d28919..89a3dc4e658 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -264,6 +264,7 @@ 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) + to_chat(M, "You have not yet spent your karma for the round, was there a player who was worthy of receiving your reward?") if(SHUTTLE_ESCAPE) if(time_left <= 0)