Merge pull request #11363 from Ragolution/took-it-and-threw-it-on-the-ground

Culls irrelevant targeting information on Drink Fling.
This commit is contained in:
Ghom
2020-03-08 01:39:41 +01:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@
reagents.reaction(target, TOUCH)
else if(bartender_check(target) && thrown)
visible_message("<span class='notice'>[src] lands onto the [target.name] without spilling a single drop.</span>")
visible_message("<span class='notice'>[src] lands without spilling a single drop.</span>")
transform = initial(transform)
addtimer(CALLBACK(src, .proc/ForceResetRotation), 1)