diff --git a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm index a7240c8d64e..3366777a081 100644 --- a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm @@ -363,16 +363,6 @@ else user << "The vent is welded." return - if(istype(W, /obj/item/weapon/card)) - if(!welded) - if(open) - user.drop_item(W) - W.forceMove(src) - if(!open) - user << "You can't shove that down there when it is closed" - else - user << "The vent is welded." - return if(istype(W, /obj/item/device/multitool)) update_multitool_menu(user) return 1