diff -r eb1382353361 -r 6d6f4241debe hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Fri Apr 02 15:33:11 2010 +0000 +++ b/hedgewars/uAmmos.pas Fri Apr 02 15:41:39 2010 +0000 @@ -82,7 +82,7 @@ end; procedure AddAmmoStore(s: shortstring); -const probability: array [0..8] of LongWord = (0,20,30,60,100,150,200,400,600); +const probability: array [0..8] of LongWord = (0,20,30,60,100,200,400,600,800); var cnt: Longword; a: TAmmoType; ammos: TAmmoCounts;