observers see ALL (#20021)

This commit is contained in:
GDN
2022-12-29 23:32:57 -05:00
committed by GitHub
parent b013639cf5
commit 415b0aa826
@@ -426,6 +426,9 @@
return ..()
/obj/item/storage/backpack/duffel/show_to(mob/user)
if(isobserver(user))
return ..()
if(zipped)
to_chat(usr, "<span class='notice'>[src] is zipped shut!</span>")
return FALSE