Fixes a runtime

This commit is contained in:
Anewbe
2017-09-25 23:42:25 -05:00
parent 7c93f0089c
commit 7c9813e24a
@@ -161,7 +161,7 @@
return
/obj/item/weapon/reagent_containers/food/drinks/glass2/standard_feed_mob(var/mob/user, var/mob/target)
if(afterattack()) //Check to see if harm intent & splash.
if(afterattack(target, user)) //Check to see if harm intent & splash.
return
else
..() //If they're splashed, no need to do anything else.