author | unc0rr |
Tue, 17 Jun 2008 16:29:56 +0000 | |
changeset 997 | d828d1d1ecc4 |
parent 996 | a6a21a91bc6a |
child 998 | 65792c4e6f01 |
--- a/hedgewars/uGears.pas Tue Jun 17 15:02:12 2008 +0000 +++ b/hedgewars/uGears.pas Tue Jun 17 16:29:56 2008 +0000 @@ -203,7 +203,7 @@ gtClusterBomb: begin Result^.Radius:= 4; Result^.Elasticity:= _0_6; - Result^.Friction:= _0_995; + Result^.Friction:= _0_96; end; gtHedgehog: begin Result^.Radius:= cHHRadius;