Fix freezers defying the laws of thermal dynamics

This commit is contained in:
Markolie
2015-08-31 20:31:23 +02:00
parent 4c798a014e
commit 363a5a14b2
+1 -1
View File
@@ -41,7 +41,7 @@
H += M.rating
for(var/obj/item/weapon/stock_parts/micro_laser/M in component_parts)
T += M.rating
min_temperature = T0C - (170 + (T*15))
min_temperature = max(0,T0C - (170 + (T*15)))
current_heat_capacity = 1000 * ((H - 1) ** 2)
/obj/machinery/atmospherics/unary/cold_sink/freezer/attackby(obj/item/I, mob/user, params)