- properly construct the reply texts for Strife's merchants.

This commit is contained in:
Christoph Oelckers 2019-03-09 13:34:47 +01:00 committed by drfrag
parent c2bdeb7da1
commit 7a9b881299

View file

@ -142,6 +142,7 @@ class ConversationMenu : Menu
let trade = Stringtable.Localize("$TXT_TRADE");
let amount = String.Format("%u", reply.PrintAmount);
trade.Replace("%u", amount);
ReplyText = ReplyText .. trade;
}
let ReplyLines = SmallFont.BreakLines (ReplyText, ReplyWidth);