Atmos changes

This commit is contained in:
ZomgPonies
2013-10-15 16:27:30 -04:00
parent ad09347a0e
commit cc496f88ce
8 changed files with 213 additions and 21 deletions
+1 -1
View File
@@ -553,7 +553,7 @@
if(istype(loc, /obj/mecha))
var/obj/mecha/M = loc
loc_temp = M.return_temperature()
else if(istype(get_turf(src), /turf/space))
//else if(istype(get_turf(src), /turf/space))
else if(istype(loc, /obj/machinery/atmospherics/unary/cryo_cell))
loc_temp = loc:air_contents.temperature
else