Add reward line in bounty label (#28853)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user