/tg/ Station 13 - Modules - Types

modular_skyrat/modules/autotransfer/code/autotransfer_config.dm

/datum/config_entry/number/vote_autotransfer_initialLength of time before the first autotransfer vote is called (deciseconds, default 2 hours) Set to 0 to disable the subsystem altogether.
/datum/config_entry/number/vote_autotransfer_intervallength of time to wait before subsequent autotransfer votes (deciseconds, default 30 minutes)
/datum/config_entry/number/vote_autotransfer_maximummaximum extensions until the round autoends. Set to 0 to force automatic crew transfer after the 'vote_autotransfer_initial' elapsed. Set to -1 to disable the maximum extensions cap.
/datum/config_entry/flag/autotransferDetermines if the autotransfer system runs or not.
/datum/config_entry/flag/allow_vote_transferDetermines if the transfer vote can be started by anyone or not.