mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Lets you continue to read paperwork after putting it into a folder (#87064)
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user