Update autotransfer.dm

This commit is contained in:
Cameron653
2017-08-28 17:09:41 -04:00
committed by GitHub
parent fa780f8f71
commit 3adaac4d91
+1 -1
View File
@@ -8,7 +8,7 @@ datum/controller/transfer_controller
datum/controller/transfer_controller/New()
timerbuffer = config.vote_autotransfer_initial
shift_hard_end = config.vote_autotransfer_initial + (config.vote_autotransfer_interval * 1) //VOREStation Edit //Change this "1" to how many extend votes you want there to be.
shift_last_vote = shift_hard_end - config.vote_autotransfer_interval
shift_last_vote = shift_hard_end - config.vote_autotransfer_interval //VOREStation Edit
processing_objects += src
datum/controller/transfer_controller/Destroy()