hedgewars/uVariables.pas
changeset 7780 a066a52411bc
parent 7758 a225cc45513e
child 7848 775a72905708
equal deleted inserted replaced
7779:0c5f822916a7 7780:a066a52411bc
  2103             (NameId: sidSMine;
  2103             (NameId: sidSMine;
  2104             NameTex: nil;
  2104             NameTex: nil;
  2105             Probability: 100;
  2105             Probability: 100;
  2106             NumberInCase: 1;
  2106             NumberInCase: 1;
  2107             Ammo: (Propz: ammoprop_Power or
  2107             Ammo: (Propz: ammoprop_Power or
  2108                           ammoprop_NeedUpDown; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
  2108                           ammoprop_AltUse or
       
  2109                           ammoprop_NeedUpDown;
  2109                 Count: 1;
  2110                 Count: 1;
  2110                 NumPerTurn: 1;
  2111                 NumPerTurn: 1;
  2111                 Timer: 0;
  2112                 Timer: 0;
  2112                 Pos: 0;
  2113                 Pos: 0;
  2113                 AmmoType: amSMine;
  2114                 AmmoType: amSMine;
  2336             (NameId: sidKnife;
  2337             (NameId: sidKnife;
  2337             NameTex: nil;
  2338             NameTex: nil;
  2338             Probability: 100;
  2339             Probability: 100;
  2339             NumberInCase: 1;
  2340             NumberInCase: 1;
  2340             Ammo: (Propz: ammoprop_Power or
  2341             Ammo: (Propz: ammoprop_Power or
  2341                           ammoprop_NeedUpDown; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
  2342                           ammoprop_AltUse or
       
  2343                           ammoprop_NeedUpDown;
  2342                 Count: 1;
  2344                 Count: 1;
  2343                 NumPerTurn: 1;
  2345                 NumPerTurn: 1;
  2344                 Timer: 0;
  2346                 Timer: 0;
  2345                 Pos: 0;
  2347                 Pos: 0;
  2346                 AmmoType: amKnife;
  2348                 AmmoType: amKnife;