Fixes bartender drink slide spill

Forces drink throw call to check for bartender throwing before spilling contents. Feels like a lazy fix, but it works.
This commit is contained in:
Ragolution
2020-03-06 10:06:59 -05:00
parent 4b3725bb43
commit 4857bd120c
+2 -1
View File
@@ -156,7 +156,8 @@
if(QDELETED(src))
return
reagents.clear_reagents()
if (!bartender_check(target)) // Needs to check for Bartender Slide before spilling.
reagents.clear_reagents() // Clear reagents of thrown container.
//melts plastic beakers
/obj/item/reagent_containers/microwave_act(obj/machinery/microwave/M)