hedgewars/uAIAmmoTests.pas
changeset 2457 ecf0c7e7995b
parent 2376 ece7b87f1334
child 2616 6e2b341dc408
equal deleted inserted replaced
2456:7067544bb15d 2457:ecf0c7e7995b
    82 			(proc: nil;              flags: 0), // amInvulnerable
    82 			(proc: nil;              flags: 0), // amInvulnerable
    83 			(proc: nil;              flags: 0), // amExtraTime
    83 			(proc: nil;              flags: 0), // amExtraTime
    84 			(proc: nil;              flags: 0), // amLaserSight
    84 			(proc: nil;              flags: 0), // amLaserSight
    85 			(proc: nil;              flags: 0), // amVampiric
    85 			(proc: nil;              flags: 0), // amVampiric
    86 			(proc: nil;              flags: 0), // amSniperRifle
    86 			(proc: nil;              flags: 0), // amSniperRifle
    87 			(proc: nil;              flags: 0)  // amJetpack
    87 			(proc: nil;              flags: 0),  // amJetpack
       
    88 			(proc: nil;              flags: 0)  // amMolotov
    88 			);
    89 			);
    89 
    90 
    90 const BadTurn = Low(LongInt) div 4;
    91 const BadTurn = Low(LongInt) div 4;
    91 
    92 
    92 implementation
    93 implementation