diff --git a/code/ATMOSPHERICS/components/unary/cold_sink.dm b/code/ATMOSPHERICS/components/unary/cold_sink.dm index 0427fc0a..0fd78c4f 100644 --- a/code/ATMOSPHERICS/components/unary/cold_sink.dm +++ b/code/ATMOSPHERICS/components/unary/cold_sink.dm @@ -77,7 +77,7 @@ data["on"] = on ? 1 : 0 data["gasPressure"] = round(air_contents.return_pressure()) data["gasTemperature"] = round(air_contents.temperature) - data["minGasTemperature"] = 0 + data["minGasTemperature"] = 73.5 //cause cooling to absoloute nill is dumb data["maxGasTemperature"] = round(T20C+500) data["targetGasTemperature"] = round(set_temperature) data["powerSetting"] = power_setting