hedgewars/uAIAmmoTests.pas
changeset 3476 1ec68b8d3bd1
parent 3439 a98984e4f458
child 3677 7d917b587547
equal deleted inserted replaced
3475:95345f98da19 3476:1ec68b8d3bd1
    94             (proc: @TestMolotov;     flags: 0), // amMolotov
    94             (proc: @TestMolotov;     flags: 0), // amMolotov
    95             (proc: nil;              flags: 0), // amBirdy
    95             (proc: nil;              flags: 0), // amBirdy
    96             (proc: nil;              flags: 0), // amPortalGun
    96             (proc: nil;              flags: 0), // amPortalGun
    97             (proc: nil;              flags: 0), // amPiano
    97             (proc: nil;              flags: 0), // amPiano
    98             (proc: @TestGrenade;     flags: 0), // amGasBomb
    98             (proc: @TestGrenade;     flags: 0), // amGasBomb
    99             (proc: @TestShotgun;     flags: 0)  // amSineGun
    99             (proc: @TestShotgun;     flags: 0), // amSineGun
       
   100             (proc: nil;              flags: 0)  // amFlamethrower
   100             );
   101             );
   101 
   102 
   102 const BadTurn = Low(LongInt) div 4;
   103 const BadTurn = Low(LongInt) div 4;
   103 
   104 
   104 implementation
   105 implementation