Update living.dm

This commit is contained in:
MoreRobustThanYou
2017-09-19 07:01:06 -04:00
committed by GitHub
parent bcb086bba9
commit ae5eb795a4
+1 -1
View File
@@ -706,7 +706,7 @@
floating = 0 // If we were without gravity, the bouncing animation got stopped, so we make sure to restart it in next life().
/mob/living/proc/get_temperature(datum/gas_mixture/environment)
var/loc_temp = environment ? environment.temp : T0C
var/loc_temp = environment ? environment.temperature : T0C
if(isobj(loc))
var/obj/oloc = loc
var/obj_temp = oloc.return_temperature()