From 85173af08f02bbcd63f0863e8fa3d6b60c61856a Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Tue, 16 Feb 2016 21:54:07 +0100 Subject: [PATCH] Removes ability to hide papers. --- .../ATMOSPHERICS/components/unary_devices/vent_pump.dm | 10 ---------- 1 file changed, 10 deletions(-) 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