hedgewars/uGears.pas
changeset 878 45bff6dadfce
parent 876 d5b6e0ae5755
child 883 07a568ba44e0
equal deleted inserted replaced
877:ebb801acd8b9 878:45bff6dadfce
   269  gtClusterBomb: begin
   269  gtClusterBomb: begin
   270                 Result^.Radius:= 4;
   270                 Result^.Radius:= 4;
   271                 Result^.Elasticity:= _0_6;
   271                 Result^.Elasticity:= _0_6;
   272                 Result^.Friction:= _0_995;
   272                 Result^.Friction:= _0_995;
   273                 end;
   273                 end;
       
   274       gtShover: Result^.Radius:= 20;
   274        gtFlame: begin
   275        gtFlame: begin
   275                 Result^.Angle:= Counter mod 64;
   276                 Result^.Angle:= Counter mod 64;
   276                 Result^.Radius:= 1;
   277                 Result^.Radius:= 1;
   277                 Result^.Health:= 2;
   278                 Result^.Health:= 2;
   278                 Result^.dY:= (getrandom - _0_8) * _0_03;
   279                 Result^.dY:= (getrandom - _0_8) * _0_03;