fix xenbio bag (#69518)

A little earlier, it was gone to use bags of xenobiology on reproductive extracts, but now, after this change, the possibility is completely returned.
This commit is contained in:
Yaroslav Nurkov
2022-09-06 10:23:39 -07:00
committed by GitHub
parent 7b150be204
commit f593efa3de
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
if (istype(W, /obj/item/stack/ore))
user.transferItemToLoc(W, src)
else if(W.atom_storage)
W.atom_storage.remove_type(/obj/item/stack/ore, src)
W.atom_storage.remove_type(/obj/item/stack/ore, src, INFINITY, TRUE, FALSE, user, null)
to_chat(user, span_notice("You empty the ore in [W] into \the [src]."))
else
return ..()