mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
@@ -66,7 +66,7 @@
|
|||||||
if (ishuman(loc))
|
if (ishuman(loc))
|
||||||
var/mob/living/carbon/human/H = loc
|
var/mob/living/carbon/human/H = loc
|
||||||
if(istype(H.loc, /obj/mecha))
|
if(istype(H.loc, /obj/mecha))
|
||||||
var/obj/mecha/M = loc
|
var/obj/mecha/M = H.loc
|
||||||
return M.return_temperature()
|
return M.return_temperature()
|
||||||
else if(istype(H.loc, /obj/machinery/atmospherics/unary/cryo_cell))
|
else if(istype(H.loc, /obj/machinery/atmospherics/unary/cryo_cell))
|
||||||
return H.loc:air_contents.temperature
|
return H.loc:air_contents.temperature
|
||||||
|
|||||||
Reference in New Issue
Block a user