hedgewars/uAIAmmoTests.pas
changeset 5024 1e332947147c
parent 4976 088d40d8aba2
child 5150 63ad8a648afd
equal deleted inserted replaced
5023:8c16c0534b3c 5024:1e332947147c
   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), // amTardis
   108             (proc: nil;              flags: 0), // amTardis
   109             (proc: nil;              flags: 0) // amStructure
   109             (proc: nil;              flags: 0), // amStructure
       
   110             (proc: nil;              flags: 0) // amLandGun
   110             );
   111             );
   111 
   112 
   112 const BadTurn = Low(LongInt) div 4;
   113 const BadTurn = Low(LongInt) div 4;
   113 
   114 
   114 implementation
   115 implementation