From 69cb9cbf3ebdcefc1f8c8b16179ebd9f41e31d31 Mon Sep 17 00:00:00 2001 From: savethetreez Date: Sun, 29 Oct 2023 22:46:34 +0100 Subject: [PATCH] The Unkarakening, part 1 --- code/datums/vote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/vote.dm b/code/datums/vote.dm index 02eb9cde28..2dc00f8870 100644 --- a/code/datums/vote.dm +++ b/code/datums/vote.dm @@ -144,7 +144,7 @@ var/global/list/round_voters = list() //Keeps track of the individuals voting fo world << "Round ending due to vote." log_game("Ending the round due to restart vote.") map.next_win = world.time - 100 - ticker.finished = TRUE // TO-DO: See if it doesn't affect anything else, but only seems to be in map metadata files. + //ticker.finished = TRUE // TO-DO: See if it doesn't affect anything else, but only seems to be in map metadata files. processes.epochswap.admin_triggered = FALSE processes.epochswap.restart_triggered = TRUE processes.epochswap.ready = TRUE