hedgewars/uGearsList.pas
changeset 12199 f7c295971143
parent 12196 d7ccd18ae7bf
child 12201 2c0811bbc1d9
equal deleted inserted replaced
12198:f770c8029f7c 12199:f7c295971143
   725                 if gear^.Timer = 0 then      
   725                 if gear^.Timer = 0 then      
   726                     gear^.Timer:= 15000;      // Explosion timer to avoid duck existing forever
   726                     gear^.Timer:= 15000;      // Explosion timer to avoid duck existing forever
   727                 gear^.Radius:= 9;            // Collision radius (with landscape)
   727                 gear^.Radius:= 9;            // Collision radius (with landscape)
   728                 gear^.Karma:= 24;            // Distance from water when swimming
   728                 gear^.Karma:= 24;            // Distance from water when swimming
   729                 gear^.Elasticity:= _0_6;
   729                 gear^.Elasticity:= _0_6;
   730                 gear^.Friction:= _0_03;
   730                 gear^.Friction:= _0_8;
   731                 gear^.Density:= _0_5;
   731                 gear^.Density:= _0_5;
   732                 gear^.AdvBounce:= 1;
   732                 gear^.AdvBounce:= 1;
   733                 end;
   733                 end;
   734 gtGenericFaller:begin
   734 gtGenericFaller:begin
   735                 gear^.AdvBounce:= 1;
   735                 gear^.AdvBounce:= 1;