diff -r c374746bb56e -r 2013733f9ca9 hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Sun Oct 07 16:44:16 2012 -0400 +++ b/hedgewars/uAIAmmoTests.pas Mon Oct 08 13:27:46 2012 -0400 @@ -117,7 +117,8 @@ (proc: nil; flags: 0), // amTardis (proc: nil; flags: 0), // amStructure (proc: nil; flags: 0), // amLandGun - (proc: nil; flags: 0) // amIceGun + (proc: nil; flags: 0), // amIceGun + (proc: nil; flags: 0) // amKnife ); const BadTurn = Low(LongInt) div 4;