From 860d6b08276d31476151787548dcdcfb512a7df5 Mon Sep 17 00:00:00 2001 From: Ragolution Date: Sat, 7 Mar 2020 01:58:06 -0500 Subject: [PATCH] Update code/modules/reagents/reagent_containers.dm Drink slide changes recommended by Ghom p.1 Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/reagents/reagent_containers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm index a8189f169f..21933c640f 100644 --- a/code/modules/reagents/reagent_containers.dm +++ b/code/modules/reagents/reagent_containers.dm @@ -153,9 +153,9 @@ log_reagent("SPLASH - [src] object SplashReagents() onto [target] at [T] ([AREACOORD(T)])[throwerstring] - [reagents.log_list()]") visible_message("[src] spills its contents all over [target].") reagents.reaction(target, TOUCH) + reagents.clear_reagents() if(QDELETED(src)) return - if (!bartender_check(target)) // Needs to check for Bartender Slide before spilling. reagents.clear_reagents() // Clear reagents of thrown container.