changeset 11941 | 7ece39a537bd |
parent 11939 | c7ec309cd685 |
child 12158 | 4d1250ca68ac |
--- 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;