diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 04d7ef41e9..a5a2e087a2 100755 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -438,6 +438,7 @@ area/space/atmosalert() name = "\improper Thunderdome" icon_state = "thunder" requires_power = 0 + lighting_use_dynamic = 0 /area/tdome/tdome1 name = "\improper Thunderdome (Team 1)" diff --git a/code/game/machinery/cryo.dm b/code/game/machinery/cryo.dm index cb0620691c..4a85b7e543 100644 --- a/code/game/machinery/cryo.dm +++ b/code/game/machinery/cryo.dm @@ -335,6 +335,9 @@ put_mob(usr) return +/atom/proc/return_air_for_internal_lifeform() + return return_air() + /obj/machinery/atmospherics/unary/cryo_cell/return_air_for_internal_lifeform() //assume that the cryo cell has some kind of breath mask or something that //draws from the cryo tube's environment, instead of the cold internal air.