Merge pull request #15147 from Putnam3145/monstermos-config

Adds a config entry for monstermos (disabled for now)
This commit is contained in:
silicons
2021-09-19 11:06:00 -07:00
committed by GitHub
4 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