Skip to content

Commit

Permalink
[MIRROR] Fix pre-game vote timers not ticking
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Oct 5, 2023
1 parent 411f5cc commit 6fe7d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/subsystems/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SUBSYSTEM_DEF(vote)
wait = 1 SECOND
priority = SS_PRIORITY_VOTE
flags = SS_NO_TICK_CHECK | SS_KEEP_TIMING
runlevels = RUNLEVELS_PREGAME | RUNLEVELS_GAME

var/last_started_time //To enforce delay between votes.
var/antag_added //Enforces a maximum of one added antag per round.
Expand Down

0 comments on commit 6fe7d68

Please sign in to comment.