List antags in custody in round end screen (#21566)

* List antags in custody in round end screen

* Only show the message for traitors
This commit is contained in:
themias
2023-11-13 05:04:33 -05:00
committed by GitHub
parent e02bffc28e
commit 87c22a906f
2 changed files with 42 additions and 5 deletions

View File

@@ -3,12 +3,16 @@ objectives-round-end-result = {$count ->
*[other] There were {$count} {MAKEPLURAL($agent)}.
}
objectives-round-end-result-in-custody = {$custody} out of {$count} {MAKEPLURAL($agent)} were in custody.
objectives-player-user-named = [color=White]{$name}[/color] ([color=gray]{$user}[/color])
objectives-player-user = [color=gray]{$user}[/color]
objectives-player-named = [color=White]{$name}[/color]
objectives-no-objectives = {$title} was a {$agent}.
objectives-with-objectives = {$title} was a {$agent} who had the following objectives:
objectives-no-objectives = [bold][color=red]{$custody}[/color]{$title} was a {$agent}.
objectives-with-objectives = [bold][color=red]{$custody}[/color]{$title} was a {$agent} who had the following objectives:
objectives-objective-success = {$objective} | [color={$markupColor}]Success![/color]
objectives-objective-fail = {$objective} | [color={$markupColor}]Failure![/color] ({$progress}%)
objectives-in-custody = | IN CUSTODY |