hedgewars/uGears.pas
changeset 601 78a68cc4d846
parent 595 5ee863f2f568
child 602 f7628ebfccde
--- 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);