[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:
CitadelStationBot
2017-09-22 20:20:56 -05:00
committed by Poojawa
parent cc49f70de8
commit 3e2f638793
6 changed files with 34 additions and 23 deletions
@@ -396,4 +396,11 @@
/obj/machinery/atmospherics/components/unary/cryo_cell/can_see_pipes()
return 0 //you can't see the pipe network when inside a cryo cell.
/obj/machinery/atmospherics/components/unary/cryo_cell/return_temperature()
var/datum/gas_mixture/G = AIR1
if(G.total_moles() > 10)
return G.temperature
return ..()
#undef CRYOMOBS