changeset 12199 | f7c295971143 |
parent 12196 | d7ccd18ae7bf |
child 12201 | 2c0811bbc1d9 |
--- a/hedgewars/uGearsList.pas Thu May 12 17:23:06 2016 +0200 +++ b/hedgewars/uGearsList.pas Thu May 12 18:16:09 2016 +0200 @@ -727,7 +727,7 @@ gear^.Radius:= 9; // Collision radius (with landscape) gear^.Karma:= 24; // Distance from water when swimming gear^.Elasticity:= _0_6; - gear^.Friction:= _0_03; + gear^.Friction:= _0_8; gear^.Density:= _0_5; gear^.AdvBounce:= 1; end;