diff -r f6e5f4e122db -r 78a68cc4d846 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Sep 18 19:52:46 2007 +0000 +++ b/hedgewars/uGears.pas Thu Sep 20 20:00:10 2007 +0000 @@ -251,7 +251,7 @@ end; gtCase: begin Result^.Radius:= 16; - Result^.Elasticity:= _0_4 + Result^.Elasticity:= _0_3 end; gtDEagleShot: begin Result^.Radius:= 1; @@ -294,7 +294,8 @@ Result^.Z:= cCurrHHZ end; gtTarget: begin - Result^.Radius:= 16 + Result^.Radius:= 16; + Result^.Elasticity:= _0_3 end; end; InsertGearToList(Result);