storage rewrite (#6284)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2024-02-17 10:08:35 +01:00
committed by GitHub
co-authored by silicons
parent f073efbc88
commit 383308a1d1
585 changed files with 4819 additions and 3881 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
return ..()
/obj/item/instrument/proc/should_stop_playing(mob/user)
return !Adjacent(user) && !(storage_depth(user) < 3)
return (loc != user) && (depth_inside_atom(user) < 3)
/*
/obj/item/instrument/process(wait)