From 339d0de126e91391a34de5c2cb5654906d0f6c50 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 20 Feb 2019 12:17:16 +0100 Subject: [PATCH] Update suit_cooling.dm --- code/game/objects/items/devices/suit_cooling.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/suit_cooling.dm b/code/game/objects/items/devices/suit_cooling.dm index 8629cc1107..aa9a00d191 100644 --- a/code/game/objects/items/devices/suit_cooling.dm +++ b/code/game/objects/items/devices/suit_cooling.dm @@ -200,7 +200,7 @@ name = "modified portable suit cooling unit" origin_tech = list(TECH_MAGNET = 4, TECH_MATERIAL = 4) max_cooling = 30 //doubled - thermostat = T200C //tenfold + thermostat = T20C*10 //tenfold desc = "A portable heat sink and liquid cooled radiator that can be hooked up to a space suit's existing temperature controls to provide industrial levels of cooling. This ones panel seems a bit loose and wires are hanging out." /obj/item/device/suit_cooling_unit/tampered/process()