Merge pull request #8980 from Ghommie/Ghommie-cit159

Fixes hypovials unable to dump liquids and chem master unable to dispense in pill bottles.
This commit is contained in:
kevinz000
2019-07-29 04:44:08 -07:00
committed by GitHub
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.