fixed it for real this time

This commit is contained in:
ancientpower
2020-02-04 16:38:20 -06:00
parent 6342116168
commit 0d6ffbc432
3 changed files with 41 additions and 49 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
/obj/item/reagent_containers/proc/bartender_check(atom/target)
. = FALSE
var/turf/T = get_turf(src)
if(!T || target.CanPass(src, T) || !thrownby || !thrownby.actions)
if(!T || !target.CanPass(src, T) || !thrownby || !thrownby.actions)
return
for(var/datum/action/innate/drink_fling/D in thrownby.actions)
if(D.active)