mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Removes ability to hide papers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user