mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
adds sanity check to show_to for storage items
This commit is contained in:
@@ -100,6 +100,8 @@
|
||||
return L
|
||||
|
||||
/obj/item/storage/proc/show_to(mob/user as mob)
|
||||
if(!user.client)
|
||||
return
|
||||
if(user.s_active != src)
|
||||
for(var/obj/item/I in src)
|
||||
if(I.on_found(user))
|
||||
|
||||
Reference in New Issue
Block a user