- fixed: Cost strings for dialogues must not be added in the dialogue parser but while displaying the message to properly handle stringtable entries.
This commit is contained in:
parent
260ce62175
commit
75dd5503cf
2 changed files with 4 additions and 2 deletions
|
|
@ -224,7 +224,6 @@ class USDFParser : public UDMFParserBase
|
|||
if (reply->ItemCheck.Size() > 0)
|
||||
{
|
||||
if (reply->ItemCheck[0].Amount <= 0) reply->NeedsGold = false;
|
||||
if (reply->NeedsGold) ReplyString.AppendFormat(" for %u", reply->ItemCheck[0].Amount);
|
||||
}
|
||||
|
||||
reply->Reply = ncopystring(ReplyString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue