diff -r 73b0bcc4396d -r 7845c77c8d31 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Sun Apr 26 15:47:03 2009 +0000 +++ b/hedgewars/uAIAmmoTests.pas Thu Apr 30 20:13:44 2009 +0000 @@ -73,14 +73,15 @@ (proc: nil; flags: 0), // amBanana (proc: nil; flags: 0), // amHellishBomb (proc: nil; flags: 0), // amNapalm - (proc: nil; flags: 0), // amDrill - (proc: nil; flags: 0), // amBallgun + (proc: nil; flags: 0), // amDrill + (proc: nil; flags: 0), // amBallgun (proc: nil; flags: 0), // amRCPlane (proc: nil; flags: 0), // amLowGravity (proc: nil; flags: 0), // amExtraDamage (proc: nil; flags: 0), // amInvulnerable (proc: nil; flags: 0), // amExtraTime - (proc: nil; flags: 0) // amLaserSight + (proc: nil; flags: 0), // amLaserSight + (proc: nil; flags: 0) // amVampiric ); const BadTurn = Low(LongInt) div 4;