From a4adf41c7c32fcb2527daddfadafc1bccec9ed7b Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Wed, 22 Sep 2021 18:43:45 -0700 Subject: [PATCH] Ups minimum lavaland temperature --- 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 a8b77f7394..69abba85e5 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 = BODYTEMP_COLD_DAMAGE_LIMIT + 1 + minimum_temp = 270 maximum_temp = 320 /datum/atmosphere/icemoon