hedgewars/GSHandlers.inc
changeset 519 981df6f6e2a9
parent 517 ba560c17c24c
child 520 e83dfb7ffead
--- 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