diff -r 156f1866b8bd -r 7ece39a537bd hedgewars/uStore.pas --- a/hedgewars/uStore.pas Tue May 10 01:33:23 2016 +0200 +++ b/hedgewars/uStore.pas Tue May 10 01:59:54 2016 +0200 @@ -996,6 +996,9 @@ else ammodesc := trammod[Ammoz[atype].NameId]; +if length(trluaammoa[Ammoz[atype].NameId]) > 0 then + ammodesc := ammodesc + '|' + trluaammoa[Ammoz[atype].NameId]; + // render window and return the texture WeaponTooltipTex:= RenderHelpWindow(ammoname, ammocap, ammodesc, extra, extracolor, SpritesData[sprAMAmmos].Surface, @r) end;