diff --git a/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs b/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs index 554b349b9b..4cbf2e63be 100644 --- a/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs +++ b/Content.Server/Cargo/Systems/CargoSystem.Bounty.cs @@ -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); } diff --git a/Resources/Locale/en-US/cargo/cargo-bounty-console.ftl b/Resources/Locale/en-US/cargo/cargo-bounty-console.ftl index bf7868e3df..4314cbf449 100644 --- a/Resources/Locale/en-US/cargo/cargo-bounty-console.ftl +++ b/Resources/Locale/en-US/cargo/cargo-bounty-console.ftl @@ -9,6 +9,7 @@ bounty-console-manifest-entry = [1] {$item} *[other] {$item} x{$amount} } +bounty-console-manifest-reward = Reward: ${$reward} bounty-console-description-label = [color=gray]{$description}[/color] bounty-console-id-label = ID#{$id}