hedgewars/uGears.pas
changeset 56 a29135563e94
parent 54 839fd258ae6f
child 57 e1a77ae57065
--- a/hedgewars/uGears.pas	Sat Jan 21 16:18:19 2006 +0000
+++ b/hedgewars/uGears.pas	Wed Jan 25 19:45:39 2006 +0000
@@ -204,7 +204,7 @@
                 end;
     gtDynamite: begin
                 Result.Radius:= 3;
-                Result.Elasticity:= 0.03;
+                Result.Elasticity:= 0.55;
                 Result.Friction:= 0.03;
                 Result.Timer:= 5000;
                 end;