Map rotation update

This commit is contained in:
AffectedArc07
2021-05-24 15:47:21 +01:00
parent 968d1bc88d
commit 8647f2d10e
6 changed files with 11 additions and 6 deletions
-2
View File
@@ -269,8 +269,6 @@
for(var/mob/M in GLOB.player_list)
if(!isnewplayer(M) && !M.client.karma_spent && !(M.client.ckey in GLOB.karma_spenders) && !M.get_preference(PREFTOGGLE_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 Special Verbs tab, Award Karma.</i>")
if(config.map_voting_enabled)
SSvote.initiate_vote("map", "the server", TRUE)
if(SHUTTLE_ESCAPE)
if(time_left <= 0)