[MIRROR] Cleans up internal temp code (#2853)
* Cleans up internal temp code (#30715) * cleanup * Update living.dm * Update atoms.dm * Update objs.dm * Cleans up internal temp code * Update living.dm * Update living.dm * fixes then ommits mob_temp stuff. * wew lad. commenting shit out is picky af.
This commit is contained in:
committed by
Poojawa
parent
cc49f70de8
commit
3e2f638793
@@ -766,7 +766,7 @@
|
||||
. = t_air.return_pressure()
|
||||
return
|
||||
|
||||
/obj/mecha/proc/return_temperature()
|
||||
/obj/mecha/return_temperature()
|
||||
var/datum/gas_mixture/t_air = return_air()
|
||||
if(t_air)
|
||||
. = t_air.return_temperature()
|
||||
|
||||
Reference in New Issue
Block a user