From 295c134243eb2eb750a8ae0f406e8391b54e2282 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sun, 12 Jan 2020 03:06:17 -0800 Subject: [PATCH] i'm so dumb dude --- code/controllers/subsystem/vote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 6593c46fbe..bb1d1c7e43 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -312,6 +312,7 @@ SUBSYSTEM_DEF(vote) for(var/score_name in stored_modetier_results) if(stored_modetier_results[score_name] <= raw_score_numbers[CONFIG_GET(number/dropped_modes)]) stored_modetier_results -= score_name + stored_modetier_results += "traitor" if("dynamic") if(SSticker.current_state > GAME_STATE_PREGAME)//Don't change the mode if the round already started. return message_admins("A vote has tried to change the gamemode, but the game has already started. Aborting.")