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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user