mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
co-authored by
dearmochi
parent
122f09585e
commit
663eff7b5e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user