mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
fix closets not being able to be fultoned (#32408)
This commit is contained in:
@@ -348,6 +348,8 @@
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
else if(istype(W, /obj/item/stack/package_wrap))
|
||||
return
|
||||
else if(istype(W, /obj/item/extraction_pack))
|
||||
return
|
||||
else if(user.a_intent != INTENT_HARM)
|
||||
closed_item_click(user)
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
Reference in New Issue
Block a user