diff -r 6a5bdf930edf -r 64c1ea171204 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Wed Jan 13 19:54:55 2016 +0300 +++ b/hedgewars/uGearsHedgehog.pas Wed Jan 13 21:29:04 2016 +0300 @@ -936,6 +936,7 @@ land:= TestCollisionYwithGear(Gear, 1); if ((Gear^.dX.QWordValue + Gear^.dY.QWordValue) < _0_55.QWordValue) and ((land and lfIce) = 0) and ((land and lfBouncy = 0) or (Gear^.State and gstCollision <> 0)) + and (Gear^.Damage = 0) and ((Gear^.State and gstHHJumping) <> 0) then SetLittle(Gear^.dX);