Drink updates

This commit is contained in:
Azarak
2020-02-03 20:23:39 +01:00
parent 06833cc9aa
commit dea2f73497
14 changed files with 209 additions and 14 deletions
+1 -1
View File
@@ -83,11 +83,11 @@
SplashReagents(target, TRUE)
/obj/item/reagent_containers/proc/bartender_check(atom/target)
. = FALSE
if(target.CanPass(src, get_turf(src)) && thrownby && thrownby.actions)
for(var/datum/action/innate/drink_fling/D in thrownby.actions)
if(D.active)
return TRUE
return FALSE
/obj/item/reagent_containers/proc/ForceResetRotation()
transform = initial(transform)