fix closets not being able to be fultoned (#32408)

This commit is contained in:
warriorstar-orion
2026-08-25 04:51:48 +00:00
committed by GitHub
parent e28ca5652a
commit 04aad5dc79
@@ -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