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)))}"); ("item", Loc.GetString(entry.Name)))}");
msg.PushNewline(); msg.PushNewline();
} }
msg.AddMarkup(Loc.GetString("bounty-console-manifest-reward", ("reward", prototype.Reward)));
_paperSystem.SetContent(uid, msg.ToMarkup(), paper); _paperSystem.SetContent(uid, msg.ToMarkup(), paper);
} }

View File

@@ -9,6 +9,7 @@ bounty-console-manifest-entry =
[1] {$item} [1] {$item}
*[other] {$item} x{$amount} *[other] {$item} x{$amount}
} }
bounty-console-manifest-reward = Reward: ${$reward}
bounty-console-description-label = [color=gray]{$description}[/color] bounty-console-description-label = [color=gray]{$description}[/color]
bounty-console-id-label = ID#{$id} bounty-console-id-label = ID#{$id}