Add reward line in bounty label (#28853)

This commit is contained in:
lzk 2024-06-11 11:33:36 +02:00 committed by null
parent ac7844e4cb
commit b6d0c0d81e
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
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);
}

View File

@ -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}