From 0624fced644fb2388c91a54dbe7dfee71df98c18 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Tue, 30 Jun 2015 08:36:40 +0200 Subject: [PATCH] Compilation.. fix and ensuring the Thunderdome isn't a dark pit. --- code/game/area/Space Station 13 areas.dm | 1 + code/game/machinery/cryo.dm | 3 +++ 2 files changed, 4 insertions(+) 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.