From 8bc8edb56feac95d26cbdb071356c0862748a952 Mon Sep 17 00:00:00 2001 From: r4d6 Date: Wed, 15 Jan 2020 20:46:28 -0500 Subject: [PATCH] Fixes --- .../machinery/components/unary_devices/passive_vent.dm | 4 ++-- tgstation.dme | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm index 6f8386374e..3f2784a1f8 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm @@ -47,9 +47,9 @@ return TRUE /obj/machinery/atmospherics/components/unary/passive_vent/layer1 - piping_layer = 1 + piping_layer = PIPING_LAYER_MIN icon_state = "passive_vent_map-1" /obj/machinery/atmospherics/components/unary/passive_vent/layer3 - piping_layer = 3 + piping_layer = PIPING_LAYER_MAX icon_state = "passive_vent_map-3" diff --git a/tgstation.dme b/tgstation.dme index b89cefd334..73b544071e 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -3187,7 +3187,6 @@ #include "modular_citadel\code\modules\reagents\reagents\cit_reagents.dm" #include "modular_citadel\interface\skin.dmf" // END_INCLUDE -======= // DM Environment file for tgstation.dme. // All manual changes should be made outside the BEGIN_ and END_ blocks. // New source code should be placed in .dm files: choose File/New --> Code File.