hedgewars/uAIAmmoTests.pas
changeset 3342 b4f01613dcd7
parent 3236 4ab3917d7d44
child 3350 5cd02aafc612
equal deleted inserted replaced
3341:3de60a5986e9 3342:b4f01613dcd7
    87             (proc: nil;              flags: 0), // amInvulnerable
    87             (proc: nil;              flags: 0), // amInvulnerable
    88             (proc: nil;              flags: 0), // amExtraTime
    88             (proc: nil;              flags: 0), // amExtraTime
    89             (proc: nil;              flags: 0), // amLaserSight
    89             (proc: nil;              flags: 0), // amLaserSight
    90             (proc: nil;              flags: 0), // amVampiric
    90             (proc: nil;              flags: 0), // amVampiric
    91             (proc: nil;              flags: 0), // amSniperRifle
    91             (proc: nil;              flags: 0), // amSniperRifle
    92             (proc: nil;              flags: 0),  // amJetpack
    92             (proc: nil;              flags: 0), // amJetpack
    93             (proc: @TestMolotov;     flags: 0), // amMolotov
    93             (proc: @TestMolotov;     flags: 0), // amMolotov
    94 			(proc: nil;              flags: 0) // amBirdy
    94 			(proc: nil;              flags: 0), // amBirdy
       
    95             (proc: nil;              flags: 0)  // amPortalGun
    95             );
    96             );
    96 
    97 
    97 const BadTurn = Low(LongInt) div 4;
    98 const BadTurn = Low(LongInt) div 4;
    98 
    99 
    99 implementation
   100 implementation