diff -r e9191c693e44 -r 24677a82531d hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Sep 18 14:44:44 2008 +0000 +++ b/hedgewars/uAIAmmoTests.pas Thu Sep 18 16:16:41 2008 +0000 @@ -70,7 +70,8 @@ (proc: nil; flags: 0), // amKamikaze (proc: nil; flags: 0), // amCake (proc: nil; flags: 0), // amSeduction - (proc: nil; flags: 0) // amBanana + (proc: nil; flags: 0), // amBanana + (proc: nil; flags: 0) // amHellishBomb ); const BadTurn = Low(LongInt) div 4;