hedgewars/uAIAmmoTests.pas
changeset 1601 0cff69c8c4cf
parent 1573 cf88e0ace609
child 1689 3d0eee01f734
equal deleted inserted replaced
1600:305e13c5f327 1601:0cff69c8c4cf
    71 			(proc: nil;              flags: 0), // amCake
    71 			(proc: nil;              flags: 0), // amCake
    72 			(proc: nil;              flags: 0), // amSeduction
    72 			(proc: nil;              flags: 0), // amSeduction
    73 			(proc: nil;              flags: 0), // amBanana
    73 			(proc: nil;              flags: 0), // amBanana
    74 			(proc: nil;              flags: 0), // amHellishBomb
    74 			(proc: nil;              flags: 0), // amHellishBomb
    75 			(proc: nil;              flags: 0), // amNapalm
    75 			(proc: nil;              flags: 0), // amNapalm
    76 			(proc: nil;              flags: 0)  // amDrill
    76 			(proc: nil;              flags: 0),  // amDrill
       
    77 			(proc: nil;              flags: 0)  // amBallgun
    77 			);
    78 			);
    78 
    79 
    79 const BadTurn = Low(LongInt) div 4;
    80 const BadTurn = Low(LongInt) div 4;
    80 
    81 
    81 implementation
    82 implementation