Update autotransfer.dm

This commit is contained in:
Cameron653
2017-08-27 19:42:59 -04:00
committed by GitHub
parent d896a030f8
commit 45edf4cb02
+1 -1
View File
@@ -21,4 +21,4 @@ datum/controller/transfer_controller/proc/process()
else if (round_duration_in_ticks >= timerbuffer - 1 MINUTE) //VOREStation Edit END
vote.autotransfer()
timerbuffer = timerbuffer + config.vote_autotransfer_interval
world << "Warning: If the extend vote passes, the round will not be extended again. Wrap up your scenes in the next 60 minutes if the vote succeeds."
world << "Warning: If the extend vote passes, the round will not be extended again. Wrap up your scenes in the next 60 minutes if the vote succeeds." //VOREStation Edit