[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
@@ -450,3 +450,7 @@
|
||||
|
||||
/obj/structure/closet/AllowDrop()
|
||||
return TRUE
|
||||
|
||||
|
||||
/obj/structure/closet/return_temperature()
|
||||
return
|
||||
@@ -180,3 +180,6 @@
|
||||
if(TT.has_exit(direction))
|
||||
setDir(direction)
|
||||
return
|
||||
|
||||
/obj/structure/transit_tube_pod/return_temperature()
|
||||
return air_contents.temperature
|
||||
Reference in New Issue
Block a user