Merge pull request #2464 from CHOMPStationBot/upstream-merge-10970

[MIRROR] Fixes #10967
This commit is contained in:
Nadyr
2021-07-09 23:47:40 -04:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,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)
if (O.name != "strange rock")
S.remove_from_storage(O, src) //This will move the item to this item's contents