changeset 1263 | 24677a82531d |
parent 1261 | 903058d382c7 |
child 1292 | a63a13eda583 |
--- 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;