diff -r 38e7206a5df4 -r 6a0d6b00dac8 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Fri Sep 16 00:01:43 2016 +0200 +++ b/hedgewars/uGearsHedgehog.pas Fri Sep 16 00:22:05 2016 +0200 @@ -660,7 +660,7 @@ if cnt <> 0 then AddAmmo(HH, ammo, cnt) else AddAmmo(HH, ammo); - if IsHogLocal(@HH) or (GameType = gmtDemo) then + if IsHogLocal(@HH) then begin if cnt <> 0 then s:= trammo[Ammoz[ammo].NameId] + ansistring(' (+' + IntToStr(cnt) + ')')