diff -r 02f6d786627d -r 2c0811bbc1d9 hedgewars/uGearsList.pas --- 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;