mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 07:07:08 +01:00
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
// Time before sending the user to cryo
|
|
/datum/config_entry/number/autocryo_time_trigger
|
|
default = 24000
|
|
min_val = 600
|
|
integer = TRUE
|
|
|
|
// Should this system be used?
|
|
/datum/config_entry/flag/autocryo_enabled
|
|
|
|
// Time before deleting a disconnected ghost
|
|
/datum/config_entry/number/ghost_check_time
|
|
default = 10 MINUTES
|
|
min_val = 600
|
|
integer = TRUE
|
|
|
|
// Should the system check for ghosts to delete too?
|
|
/datum/config_entry/flag/ghost_checking
|