Merge pull request #1927 from VOREStation/exofbp

Makes suit coolers work right in mecha
This commit is contained in:
Yoshax
2016-06-12 15:59:40 +01:00
committed by GitHub
@@ -66,7 +66,7 @@
if (ishuman(loc))
var/mob/living/carbon/human/H = loc
if(istype(H.loc, /obj/mecha))
var/obj/mecha/M = loc
var/obj/mecha/M = H.loc
return M.return_temperature()
else if(istype(H.loc, /obj/machinery/atmospherics/unary/cryo_cell))
return H.loc:air_contents.temperature