From 5f6a692a0803e485190d179f2ee0cab45ff47148 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sat, 13 Nov 2021 15:52:09 -0800 Subject: [PATCH] Makes ashwalkers not freeze to death on lavaland their lungs can't handle 280 or below lol --- code/datums/atmosphere/planetary.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/atmosphere/planetary.dm b/code/datums/atmosphere/planetary.dm index 081777a247..24125681d4 100644 --- a/code/datums/atmosphere/planetary.dm +++ b/code/datums/atmosphere/planetary.dm @@ -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)