Merge pull request #7255 from SamHPurp/earlier-karma-reminder

Adds a Karma Reminder line while shuttle in flight
This commit is contained in:
Fox McCloud
2017-05-18 00:28:31 -04:00
committed by GitHub
2 changed files with 4 additions and 13 deletions
+4
View File
@@ -262,6 +262,10 @@
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 && !M.get_preference(DISABLE_KARMA_REMINDER))
to_chat(M, "<i>You have not yet spent your karma for the round; was there a player worthy of receiving your reward? Look under OOC tab, Award Karma.</i>")
if(SHUTTLE_ESCAPE)
if(time_left <= 0)
//move each escape pod to its corresponding escape dock