Add reward line in bounty label (#28853)

This commit is contained in:
lzk
2024-06-11 11:33:36 +02:00
committed by GitHub
parent 2b2883005d
commit 41a0ffba38
2 changed files with 2 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ public sealed partial class CargoSystem
("item", Loc.GetString(entry.Name)))}");
msg.PushNewline();
}
msg.AddMarkup(Loc.GetString("bounty-console-manifest-reward", ("reward", prototype.Reward)));
_paperSystem.SetContent(uid, msg.ToMarkup(), paper);
}