diff -r d48d8c0a546d -r 981df6f6e2a9 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Tue May 22 16:31:59 2007 +0000 +++ b/hedgewars/GSHandlers.inc Thu May 24 18:48:35 2007 +0000 @@ -321,7 +321,7 @@ y:= hwRound(Gear^.Y); if ((y and $FFFFFC00) = 0) and ((x and $FFFFF800) = 0) and (Land[y, x] <> 0) then inc(Gear^.Damage); - AmmoShove(Gear, 7, 20); + if Gear^.Damage > 5 then AmmoShove(Gear, 7, 20); dec(i) until (i = 0) or (Gear^.Damage > Gear^.Health); if Gear^.Damage > 0 then