mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Round start timer now remains at 0 until the round actually starts.
This commit is contained in:
@@ -12,6 +12,6 @@ datum/controller/transfer_controller/Destroy()
|
||||
|
||||
datum/controller/transfer_controller/proc/process()
|
||||
currenttick = currenttick + 1
|
||||
if (world.time >= timerbuffer - 600)
|
||||
if (round_duration_in_ticks >= timerbuffer - 1 MINUTE)
|
||||
vote.autotransfer()
|
||||
timerbuffer = timerbuffer + config.vote_autotransfer_interval
|
||||
timerbuffer = timerbuffer + config.vote_autotransfer_interval
|
||||
|
||||
Reference in New Issue
Block a user