# HG changeset patch # User nemo # Date 1247186356 0 # Node ID 4f138785a3ff6478a84564fc77d14bbbd7477c62 # Parent c011aecc95e5b06013658905731981cc9327492e damn mortars diff -r c011aecc95e5 -r 4f138785a3ff hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Thu Jul 09 14:36:41 2009 +0000 +++ b/hedgewars/uAmmos.pas Fri Jul 10 00:39:16 2009 +0000 @@ -99,7 +99,10 @@ if a = amGirder then Ammoz[a].Probability:= 0 else + begin Ammoz[a].Probability:= 100; + Ammoz[a].NumberInCase:= 1; + end end; ammos[a]:= cnt end;