hedgewars/uAIAmmoTests.pas
changeset 4246 e5cb885492df
parent 4226 b39ca9d087a2
child 4317 ba5d5a2f4c4b
equal deleted inserted replaced
4244:bf46b4bdf27d 4246:e5cb885492df
    99             (proc: @TestGrenade;     flags: 0), // amGasBomb
    99             (proc: @TestGrenade;     flags: 0), // amGasBomb
   100             (proc: @TestShotgun;     flags: 0), // amSineGun
   100             (proc: @TestShotgun;     flags: 0), // amSineGun
   101             (proc: nil;              flags: 0), // amFlamethrower
   101             (proc: nil;              flags: 0), // amFlamethrower
   102             (proc: @TestGrenade;     flags: 0), // amSMine
   102             (proc: @TestGrenade;     flags: 0), // amSMine
   103             (proc: @TestFirePunch;   flags: 0), // amHammer
   103             (proc: @TestFirePunch;   flags: 0), // amHammer
   104             (proc: nil;              flags: 0) // amResurrector
   104             (proc: nil;              flags: 0), // amResurrector
       
   105             (proc: nil;              flags: 0) // amDrillStrike
   105             );
   106             );
   106 
   107 
   107 const BadTurn = Low(LongInt) div 4;
   108 const BadTurn = Low(LongInt) div 4;
   108 
   109 
   109 implementation
   110 implementation