hedgewars/uVariables.pas
changeset 5562 8056d82b4d23
parent 5558 49cfd05ccb83
child 5585 c09f5b41644a
equal deleted inserted replaced
5561:dfbe55237c64 5562:8056d82b4d23
  1387 // Seduction
  1387 // Seduction
  1388             (NameId: sidSeduction;
  1388             (NameId: sidSeduction;
  1389             NameTex: nil;
  1389             NameTex: nil;
  1390             Probability: 100;
  1390             Probability: 100;
  1391             NumberInCase: 1;
  1391             NumberInCase: 1;
  1392             Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold;
  1392             Ammo: (Propz: ammoprop_ForwMsgs or ammoprop_DontHold or ammoprop_NoCrosshair;
  1393                 Count: 1;
  1393                 Count: 1;
  1394                 NumPerTurn: 0;
  1394                 NumPerTurn: 0;
  1395                 Timer: 0;
  1395                 Timer: 0;
  1396                 Pos: 0;
  1396                 Pos: 0;
  1397                 AmmoType: amSeduction;
  1397                 AmmoType: amSeduction;