hedgewars/uConsts.pas
changeset 3085 c6c57c499034
parent 3080 b7fa8ad60e3b
child 3094 97c8406acc85
equal deleted inserted replaced
3084:a12771928d40 3085:c6c57c499034
  1735             Ammo: (Propz: ammoprop_ForwMsgs or
  1735             Ammo: (Propz: ammoprop_ForwMsgs or
  1736                           ammoprop_NoCrosshair or
  1736                           ammoprop_NoCrosshair or
  1737                           ammoprop_DontHold;
  1737                           ammoprop_DontHold;
  1738                 Count: 1;
  1738                 Count: 1;
  1739                 InitialCount: 1;
  1739                 InitialCount: 1;
  1740                 NumPerTurn: 1;
  1740                 NumPerTurn: 0;
  1741                 Timer: 0;
  1741                 Timer: 0;
  1742                 Pos: 0;
  1742                 Pos: 0;
  1743                 AmmoType: amBirdy;
  1743                 AmmoType: amBirdy;
  1744                 AttackVoice: sndNone);
  1744                 AttackVoice: sndNone);
  1745             Slot: 7;
  1745             Slot: 7;
  1746             TimeAfterTurn: 3000;
  1746             TimeAfterTurn: 3000;
  1747             minAngle: 0;
  1747             minAngle: 0;
  1748             maxAngle: 0;
  1748             maxAngle: 0;
  1749             isDamaging: false;
  1749             isDamaging: true;
  1750             SkipTurns: 0;
  1750             SkipTurns: 0;
  1751             PosCount: 1;
  1751             PosCount: 1;
  1752             PosSprite: sprWater)
  1752             PosSprite: sprWater)
  1753             );
  1753             );
  1754 
  1754