hedgewars/uGears.pas
changeset 997 d828d1d1ecc4
parent 994 ea415d03968c
child 999 8dcf263c9e8f
--- 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;