This commit is contained in:
Aronai Sieyes
2021-07-08 00:40:28 -04:00
parent 3ebbba6e34
commit c0d7dfdc39
+1 -1
View File
@@ -18,7 +18,7 @@
var/obj/item/weapon/storage/S = W
if(!S.contents.len)
return
S.hide_from(usr)
S.hide_from(user)
for(var/obj/item/weapon/ore/O in S.contents)
S.remove_from_storage(O, src) //This will move the item to this item's contents
to_chat(user, "<span class='notice'>You empty the satchel into the box.</span>")