Fixes hypovials unable to dump liquids and chem master unable to dispense in pill bottles.

This commit is contained in:
Ghommie
2019-07-27 03:48:21 +02:00
parent 39dea966ae
commit 911f148003
2 changed files with 20 additions and 15 deletions
@@ -53,7 +53,7 @@
/obj/item/reagent_containers/glass/afterattack(obj/target, mob/user, proximity)
. = ..()
if((!proximity) || !spillable || !check_allowed_items(target,target_self=1))
if((!proximity) || !check_allowed_items(target,target_self=1))
return
if(target.is_refillable()) //Something like a glass. Player probably wants to transfer TO it.