Added a config entry for monstermos

This commit is contained in:
Putnam3145
2021-09-14 14:18:14 -07:00
parent 1c24f65e59
commit 9a8698230b
3 changed files with 7 additions and 0 deletions
@@ -342,3 +342,6 @@
/datum/config_entry/number/hard_deletes_overrun_limit
default = 0
min_val = 0
/datum/config_entry/flag/atmos_equalize_enabled
default = FALSE
+1
View File
@@ -108,6 +108,7 @@ SUBSYSTEM_DEF(air)
setup_atmos_machinery()
setup_pipenets()
gas_reactions = init_gas_reactions()
should_do_equalization = CONFIG_GET(flag/atmos_equalize_enabled)
auxtools_update_reactions()
return ..()
+3
View File
@@ -497,3 +497,6 @@ PAI_CUSTOM_HOLOFORMS
## Once a typepath causes overrun from hard deletes this many times, stop hard deleting it on garbage collection failures. (set to 0 to disable)
#HARD_DELETES_OVERRUN_LIMIT 0
## Enables monstermos/"equalization" step in atmos.
# ATMOS_EQUALIZATION_ENABLED