One last ashwalker fix

This commit is contained in:
Putnam3145
2021-10-04 20:56:08 -07:00
parent a2e066a9f6
commit 51f85c58a4
4 changed files with 20 additions and 1 deletions
+7
View File
@@ -23,6 +23,13 @@
minimum_temp = 270
maximum_temp = 320
/datum/atmosphere/lavaland/check_for_sanity(datum/gas_mixture/mix)
var/datum/breathing_class/o2_class = GLOB.gas_data.breathing_classes[BREATH_OXY]
var/initial_co2_quantity = mix.get_moles(GAS_CO2)
while(o2_class.get_effective_pp(mix) < 10)
mix.adjust_moles(GAS_CO2, -0.5)
mix.adjust_moles(GAS_O2, 0.5)
/datum/atmosphere/icemoon
id = ICEMOON_DEFAULT_ATMOS