mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- properly construct the reply texts for Strife's merchants.
This commit is contained in:
parent
29012a89c6
commit
392ba7ed2e
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class ConversationMenu : Menu
|
||||||
let trade = Stringtable.Localize("$TXT_TRADE");
|
let trade = Stringtable.Localize("$TXT_TRADE");
|
||||||
let amount = String.Format("%u", reply.PrintAmount);
|
let amount = String.Format("%u", reply.PrintAmount);
|
||||||
trade.Replace("%u", amount);
|
trade.Replace("%u", amount);
|
||||||
|
ReplyText = ReplyText .. trade;
|
||||||
}
|
}
|
||||||
let ReplyLines = SmallFont.BreakLines (ReplyText, ReplyWidth);
|
let ReplyLines = SmallFont.BreakLines (ReplyText, ReplyWidth);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue