mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user