Lets you continue to read paperwork after putting it into a folder (#87064)

This commit is contained in:
Bloop
2024-10-07 04:02:40 -04:00
committed by Majkl-J
parent ac129fa0cf
commit 80daa821b7

View File

@@ -367,7 +367,7 @@
return UI_CLOSE
if(!user.can_read(src))
return UI_CLOSE
if(in_contents_of(/obj/machinery/door/airlock) || in_contents_of(/obj/item/clipboard))
if(in_contents_of(/obj/machinery/door/airlock) || in_contents_of(/obj/item/clipboard) || in_contents_of(/obj/item/folder))
return UI_INTERACTIVE
return ..()