diff -r 7067544bb15d -r ecf0c7e7995b hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Oct 15 17:18:36 2009 +0000 +++ b/hedgewars/uAIAmmoTests.pas Thu Oct 15 17:42:21 2009 +0000 @@ -84,7 +84,8 @@ (proc: nil; flags: 0), // amLaserSight (proc: nil; flags: 0), // amVampiric (proc: nil; flags: 0), // amSniperRifle - (proc: nil; flags: 0) // amJetpack + (proc: nil; flags: 0), // amJetpack + (proc: nil; flags: 0) // amMolotov ); const BadTurn = Low(LongInt) div 4;