mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +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
|
return UI_CLOSE
|
||||||
if(!user.can_read(src))
|
if(!user.can_read(src))
|
||||||
return UI_CLOSE
|
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 UI_INTERACTIVE
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user