changeset 14013 | 967ed77d6aef |
parent 14012 | cfbea054754c |
child 14014 | d203bb36225f |
--- a/hedgewars/uGearsUtils.pas Sat Oct 27 07:39:44 2018 +0300 +++ b/hedgewars/uGearsUtils.pas Sat Oct 27 07:53:27 2018 +0300 @@ -1322,7 +1322,7 @@ dec(i); Gear:= t^.ar[i]; if (Ammo^.Kind in [gtDEagleShot, gtSniperRifleShot, gtMinigunBullet, - gtFirePunch, gtKamikaze]) + gtFirePunch, gtKamikaze, gtWhip]) and (((Ammo^.Data <> nil) and (PGear(Ammo^.Data) = Gear)) or (not UpdateHitOrder(Gear, Ammo^.WDTimer))) then continue;