Merge pull request #14967 from Putnam3145/fix-space-loop-lord

Makes HE pipe min temp diff 0.01 instead of 20
This commit is contained in:
Lin
2021-07-26 15:09:06 -05:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
/obj/machinery/atmospherics/pipe/heat_exchanging
level = 2
var/minimum_temperature_difference = 20
var/minimum_temperature_difference = 0.01
var/thermal_conductivity = WINDOW_HEAT_TRANSFER_COEFFICIENT
color = "#404040"
buckle_lying = 1