changeset 2457 | ecf0c7e7995b |
parent 2376 | ece7b87f1334 |
child 2616 | 6e2b341dc408 |
--- 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;