Merge pull request #96 from SynnGraffkin/Extended-Plus

Initiate crew transfer vote instead of forcing a shift end at 2 hours.
This commit is contained in:
quotefox
2019-12-12 01:48:16 +00:00
committed by GitHub
6 changed files with 61 additions and 4 deletions
@@ -78,6 +78,16 @@
config_entry_value = 600
min_val = 0
/datum/config_entry/number/vote_autotransfer_initial //length of time before the first autotransfer vote is called (deciseconds, default 2 hours)
config_entry_value = 72000
integer = FALSE
min_val = 0
/datum/config_entry/number/vote_autotransfer_interval //length of time to wait before subsequent autotransfer votes (deciseconds, default 30 minutes)
config_entry_value = 18000
integer = FALSE
min_val = 0
/datum/config_entry/flag/default_no_vote // vote does not default to nochange/norestart
/datum/config_entry/flag/no_dead_vote // dead people can't vote