hedgewars/uAIAmmoTests.pas
changeset 3350 5cd02aafc612
parent 3342 b4f01613dcd7
child 3370 37f4f83fedb1
equal deleted inserted replaced
3349:5571592f10a8 3350:5cd02aafc612
    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             (proc: nil;              flags: 0), // amPortalGun
       
    96             (proc: nil;              flags: 0)  // amPiano
    96             );
    97             );
    97 
    98 
    98 const BadTurn = Low(LongInt) div 4;
    99 const BadTurn = Low(LongInt) div 4;
    99 
   100 
   100 implementation
   101 implementation