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