Minor modifications

This commit is contained in:
C.L
2022-09-25 02:11:12 -04:00
parent 8d64ece4e4
commit ead04ced8d
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
if (istype(W, /obj/item/weapon/ore))
var/obj/item/weapon/ore/ore = W
stored_ore[ore.material]++
user.remove_from_mob(W)
qdel(ore)
else if (istype(W, /obj/item/weapon/storage/bag/ore))