Adds a preference option

This commit is contained in:
Sam
2017-05-08 13:15:28 +01:00
parent 27f5455a32
commit fd850a6e1e
3 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -263,8 +263,8 @@
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)
to_chat(M, "<i>You have not yet spent your karma for the round, was there a player who was worthy of receiving your reward?<i>")
if(!isnewplayer(M) && !M.client.karma_spent && !M.get_preference(DISABLE_KARMA_TEXT_REMINDER))
to_chat(M, "<i>You have not yet spent your karma for the round; was there a player who was worthy of receiving your reward?<i>")
if(SHUTTLE_ESCAPE)
if(time_left <= 0)