hedgewars/uVariables.pas
changeset 11915 16ce211010cf
parent 11913 232b57a70aca
child 11939 c7ec309cd685
equal deleted inserted replaced
11914:c9bad8a01185 11915:16ce211010cf
   943             Probability: 0;
   943             Probability: 0;
   944             NumberInCase: 1;
   944             NumberInCase: 1;
   945             Ammo: (Propz: ammoprop_ForwMsgs or
   945             Ammo: (Propz: ammoprop_ForwMsgs or
   946                           ammoprop_AttackInMove or
   946                           ammoprop_AttackInMove or
   947                           ammoprop_NoCrosshair or
   947                           ammoprop_NoCrosshair or
   948                           ammoprop_DontHold;
   948                           ammoprop_DontHold or
       
   949                           ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode;
   949                 Count: 2;
   950                 Count: 2;
   950                 NumPerTurn: 0;
   951                 NumPerTurn: 0;
   951                 Timer: 0;
   952                 Timer: 0;
   952                 Pos: 0;
   953                 Pos: 0;
   953                 AmmoType: amPickHammer;
   954                 AmmoType: amPickHammer;
  1265             (NameId: sidBlowTorch;
  1266             (NameId: sidBlowTorch;
  1266             NameTex: nil;
  1267             NameTex: nil;
  1267             Probability: 100;
  1268             Probability: 100;
  1268             NumberInCase: 2;
  1269             NumberInCase: 2;
  1269             Ammo: (Propz: ammoprop_ForwMsgs or
  1270             Ammo: (Propz: ammoprop_ForwMsgs or
  1270                           ammoprop_NeedUpDown;
  1271                           ammoprop_NeedUpDown or
       
  1272                           ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode;
  1271                 Count: 1;
  1273                 Count: 1;
  1272                 NumPerTurn: 0;
  1274                 NumPerTurn: 0;
  1273                 Timer: 0;
  1275                 Timer: 0;
  1274                 Pos: 0;
  1276                 Pos: 0;
  1275                 AmmoType: amBlowTorch;
  1277                 AmmoType: amBlowTorch;