From 5f575e4824bea4943489fc5208af1931e11da157 Mon Sep 17 00:00:00 2001 From: Funce Date: Mon, 16 Jan 2017 12:48:33 +1300 Subject: [PATCH] Dual Port Air Vents can now be unwrenched. --- code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm b/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm index 6f8da094151..74293d6a807 100644 --- a/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm +++ b/code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm @@ -10,6 +10,8 @@ name = "dual-port air vent" desc = "Has a valve and pump attached to it. There are two ports." + can_unwrench = 1 + level = 1 connect_types = list(1,2,3) //connects to regular, supply and scrubbers pipes