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()