Skip to content

Commit

Permalink
The Unkarakening, part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed Oct 29, 2023
1 parent 58f3789 commit 69cb9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69cb9cb

Please sign in to comment.