diff -r db01cc79f278 -r 4c017ae1226a hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Mon Feb 05 19:33:24 2007 +0000 +++ b/hedgewars/HHHandlers.inc Mon Feb 05 20:26:13 2007 +0000 @@ -116,7 +116,7 @@ posCaseAmmo: begin a:= TAmmoType(Gear^.State); AddAmmo(PHedgehog(HH^.Hedgehog), a); - s:= trammo[Ammoz[a].NameId]; + s:= trammo[Ammoz[a].NameId] + '(+' + IntToStr(Ammoz[a].NumberInCase) + ')'; AddCaption(s, PHedgehog(HH^.Hedgehog)^.Team^.Color, capgrpAmmoinfo); end; posCaseHealth: begin