hedgewars/uGears.pas
changeset 149 aae256899c49
parent 145 e593d5266e01
child 183 57c2ef19f719
--- a/hedgewars/uGears.pas	Fri Sep 15 20:38:25 2006 +0000
+++ b/hedgewars/uGears.pas	Sat Sep 16 15:15:30 2006 +0000
@@ -158,7 +158,7 @@
                 end;
     gtHedgehog: begin
                 Result.Radius:= cHHRadius;
-                Result.Elasticity:= 0.002;
+                Result.Elasticity:= 0.35;
                 Result.Friction:= 0.999;
                 Result.Angle:= cMaxAngle div 2;
                 end;