Files
UserothandGitHub f94f0da42e Refactor of the lowpop power recharge system (#26336)
* Refactor of the lowpop power recharge system

* Let's run it more quietly

* Changed comments to be more accurate after the changes

* Config now matches

* Hysteresis ho!
2024-02-06 22:01:32 +01:00

15 lines
414 B
Plaintext

// When enabled, turns the lowpop system on
/datum/config_entry/flag/lowpop_measures_enabled
default = FALSE
// The thresholsd for lowpop systems to be enabled/disabled.
/datum/config_entry/number/lowpop_threshold_disable
default = 12
/datum/config_entry/number/lowpop_threshold_enable
default = 9
// How often the subsystem should fire.
/datum/config_entry/number/lowpop_subsystem_fire
default = 5 MINUTES