From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:33:36 +0000 (+0200) Subject: Add reward line in bounty label (#28853) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=41a0ffba38e367f4f0d134e7acfb1493adaf04f6;p=space-station-14.git Add reward line in bounty label (#28853) --- 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}