hedgewars/uAIAmmoTests.pas
changeset 7007 0ccdff4ae8e9
parent 6992 b8f3d8991e92
child 7041 76a9274f280f
equal deleted inserted replaced
7004:45d43f372107 7007:0ccdff4ae8e9
   107             (proc: nil;              flags: 0), // amResurrector
   107             (proc: nil;              flags: 0), // amResurrector
   108             (proc: nil;              flags: 0), // amDrillStrike
   108             (proc: nil;              flags: 0), // amDrillStrike
   109             (proc: @TestSnowball;    flags: 0), // amSnowball
   109             (proc: @TestSnowball;    flags: 0), // amSnowball
   110             (proc: nil;              flags: 0), // amTardis
   110             (proc: nil;              flags: 0), // amTardis
   111             (proc: nil;              flags: 0), // amStructure
   111             (proc: nil;              flags: 0), // amStructure
   112             (proc: nil;              flags: 0) // amLandGun
   112             (proc: nil;              flags: 0), // amLandGun
       
   113             (proc: nil;              flags: 0)  // amIceGun
   113             );
   114             );
   114 
   115 
   115 const BadTurn = Low(LongInt) div 4;
   116 const BadTurn = Low(LongInt) div 4;
   116 
   117 
   117 implementation
   118 implementation