mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
committed by
Chompstation Bot
parent
7438d0f486
commit
9fe03ccfe2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user