Makes ashwalkers not freeze to death on lavaland

their lungs can't handle 280 or below lol
This commit is contained in:
Putnam3145
2021-11-13 15:52:09 -08:00
committed by GitHub
parent dc5128446a
commit 5f6a692a08

View File

@@ -20,7 +20,7 @@
minimum_pressure = HAZARD_LOW_PRESSURE + 10
maximum_pressure = LAVALAND_EQUIPMENT_EFFECT_PRESSURE - 1
minimum_temp = 270
minimum_temp = 281
maximum_temp = 320
/datum/atmosphere/lavaland/check_for_sanity(datum/gas_mixture/mix)