Autotransfer uses wrong subsystem

This commit is contained in:
Aronai Sieyes
2020-03-30 15:46:06 -04:00
parent 7ea2c4fcb2
commit 92f21e7daa

View File

@@ -9,10 +9,10 @@ datum/controller/transfer_controller/New()
timerbuffer = config.vote_autotransfer_initial
shift_hard_end = config.vote_autotransfer_initial + (config.vote_autotransfer_interval * 0) //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 //VOREStation Edit
START_PROCESSING(SSobj, src)
START_PROCESSING(SSprocessing, src)
datum/controller/transfer_controller/Destroy()
STOP_PROCESSING(SSobj, src)
STOP_PROCESSING(SSprocessing, src)
datum/controller/transfer_controller/process()
currenttick = currenttick + 1