hedgewars/uAIAmmoTests.pas
changeset 4881 35e6269227b6
parent 4580 bd43d9ac6e04
child 4883 7cddc9201a1d
equal deleted inserted replaced
4880:07e9849c6a70 4881:35e6269227b6
   101             (proc: @TestShotgun;     flags: 0), // amSineGun
   101             (proc: @TestShotgun;     flags: 0), // amSineGun
   102             (proc: nil;              flags: 0), // amFlamethrower
   102             (proc: nil;              flags: 0), // amFlamethrower
   103             (proc: @TestGrenade;     flags: 0), // amSMine
   103             (proc: @TestGrenade;     flags: 0), // amSMine
   104             (proc: @TestFirePunch;   flags: 0), // amHammer
   104             (proc: @TestFirePunch;   flags: 0), // amHammer
   105             (proc: nil;              flags: 0), // amResurrector
   105             (proc: nil;              flags: 0), // amResurrector
   106             (proc: nil;              flags: 0),// amDrillStrike
   106             (proc: nil;              flags: 0), // amDrillStrike
   107             (proc: @TestSnowball;    flags: 0) // amSnowball
   107             (proc: @TestSnowball;    flags: 0), // amSnowball
       
   108             (proc: nil;              flags: 0) // amStructure
   108             );
   109             );
   109 
   110 
   110 const BadTurn = Low(LongInt) div 4;
   111 const BadTurn = Low(LongInt) div 4;
   111 
   112 
   112 implementation
   113 implementation