Removes ability to hide papers.

This commit is contained in:
Robertha89
2016-02-16 21:54:07 +01:00
parent 3dc79d31f7
commit 85173af08f
@@ -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