This commit is contained in:
Ghommie
2019-11-28 20:34:41 +01:00
parent f2d6e6b78f
commit c8d3856d73
@@ -91,6 +91,8 @@
var/obj/item/target
if(Adjacent(user)) //Allows the user to drain the reagents into a beaker if adjacent (no telepathy).
for(var/obj/item/I in user.held_items)
if(I == src)
continue
if(I.is_open_container() && !I.reagents.holder_full())
target = I
break