MAP ROTATION PART 2 (#12345)

* MAP ROTATION

* Tweaks + New additions

* Apply suggestions from code review

Co-authored-by: dearmochi <shenesis@gmail.com>

* Fixes improper naming

* Fixes map vote

Co-authored-by: dearmochi <shenesis@gmail.com>
This commit is contained in:
AffectedArc07
2021-05-24 08:25:18 -06:00
committed by GitHub
co-authored by dearmochi
parent 122f09585e
commit 663eff7b5e
38 changed files with 273 additions and 192 deletions
+2
View File
@@ -269,6 +269,8 @@
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)