hedgewars/uConsts.pas
changeset 4230 e9c7182affa7
parent 4218 d90e9c89596b
child 4241 835fd7a0e1bf
equal deleted inserted replaced
4229:735c67810faf 4230:e9c7182affa7
  2140 // Sticky Mine
  2140 // Sticky Mine
  2141             (NameId: sidSMine;
  2141             (NameId: sidSMine;
  2142             NameTex: nil;
  2142             NameTex: nil;
  2143             Probability: 100;
  2143             Probability: 100;
  2144             NumberInCase: 1;
  2144             NumberInCase: 1;
  2145             Ammo: (Propz: ammoprop_Power or ammoprop_AltUse;
  2145             Ammo: (Propz: ammoprop_Power; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
  2146                 Count: 1;
  2146                 Count: 1;
  2147                 NumPerTurn: 1;
  2147                 NumPerTurn: 1;
  2148                 Timer: 0;
  2148                 Timer: 0;
  2149                 Pos: 0;
  2149                 Pos: 0;
  2150                 AmmoType: amSMine;
  2150                 AmmoType: amSMine;