From 5bf3e8083e63d73871062dd0fbbc11d0dbe19fdc Mon Sep 17 00:00:00 2001 From: Archie Date: Fri, 30 Apr 2021 00:45:42 -0300 Subject: [PATCH] Eugh --- code/modules/atmospherics/machinery/atmosmachinery.dm | 1 + .../atmospherics/machinery/components/unary_devices/cryo.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/atmospherics/machinery/atmosmachinery.dm b/code/modules/atmospherics/machinery/atmosmachinery.dm index 69d230ee..b902aa97 100644 --- a/code/modules/atmospherics/machinery/atmosmachinery.dm +++ b/code/modules/atmospherics/machinery/atmosmachinery.dm @@ -340,3 +340,4 @@ /obj/machinery/atmospherics/proc/update_layer() layer = initial(layer) + (piping_layer - PIPING_LAYER_DEFAULT) * PIPING_LAYER_LCHANGE + diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm index 766b7a24..e875c52a 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -444,3 +444,4 @@ SSair.add_to_rebuild_queue(src) #undef CRYOMOBS +