mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Makes ghosts see storage contents (#10286)
This commit is contained in:
@@ -53,6 +53,11 @@
|
||||
QDEL_NULL(closer)
|
||||
return ..()
|
||||
|
||||
/obj/item/storage/examine(mob/user)
|
||||
. = ..()
|
||||
if(isobserver(user))
|
||||
to_chat(user, "It contains: [counting_english_list(contents)]")
|
||||
|
||||
/obj/item/storage/MouseDrop(obj/over_object)
|
||||
if(!canremove)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user