From bcf187465a0de806efc3bf58e297d28496c6a114 Mon Sep 17 00:00:00 2001 From: duncathan salt Date: Wed, 18 Oct 2017 21:02:23 -0600 Subject: [PATCH 1/2] fixes handbuilt gas meters (#31853) --- code/modules/atmospherics/machinery/other/meter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/other/meter.dm b/code/modules/atmospherics/machinery/other/meter.dm index 7294638162..4edced52b3 100644 --- a/code/modules/atmospherics/machinery/other/meter.dm +++ b/code/modules/atmospherics/machinery/other/meter.dm @@ -24,7 +24,7 @@ if(!isnull(new_piping_layer)) target_layer = new_piping_layer SSair.atmos_machinery += src - if(mapload && !target) + if(!target) reattach_to_layer() return ..()