hedgewars/uGearsList.pas
changeset 12201 2c0811bbc1d9
parent 12199 f7c295971143
child 12202 fb2dea5c98f1
--- a/hedgewars/uGearsList.pas	Thu May 12 19:22:53 2016 +0200
+++ b/hedgewars/uGearsList.pas	Thu May 12 19:33:30 2016 +0200
@@ -726,6 +726,7 @@
                     gear^.Timer:= 15000;      // Explosion timer to avoid duck existing forever
                 gear^.Radius:= 9;            // Collision radius (with landscape)
                 gear^.Karma:= 24;            // Distance from water when swimming
+                gear^.Damage:= 500;          // Speed factor when swimming on water (multiplied with wind speed)
                 gear^.Elasticity:= _0_6;
                 gear^.Friction:= _0_8;
                 gear^.Density:= _0_5;