]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Restore the longer traitor briefing message (#30404)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Mon, 5 Aug 2024 04:41:34 +0000 (06:41 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2024 04:41:34 +0000 (00:41 -0400)
* Restore the long traitor briefing

* highlights

Content.Server/GameTicking/Rules/TraitorRuleSystem.cs
Resources/Locale/en-US/game-ticking/game-presets/preset-traitor.ftl

index a96020d0e3a7f344aca62dacc0ba96e2a59cea42..acd2a3ffde96846f6a1548b12de1113cf1513ddb 100644 (file)
@@ -122,9 +122,9 @@ public sealed class TraitorRuleSystem : GameRuleSystem<TraitorRuleComponent>
     {
         var sb = new StringBuilder();
         sb.AppendLine(Loc.GetString("traitor-role-greeting", ("corporation", objectiveIssuer ?? Loc.GetString("objective-issuer-unknown"))));
-        sb.AppendLine(Loc.GetString("traitor-role-codewords-short", ("codewords", string.Join(", ", codewords))));
+        sb.AppendLine(Loc.GetString("traitor-role-codewords", ("codewords", string.Join(", ", codewords))));
         if (uplinkCode != null)
-            sb.AppendLine(Loc.GetString("traitor-role-uplink-code-short", ("code", string.Join("-", uplinkCode).Replace("sharp", "#"))));
+            sb.AppendLine(Loc.GetString("traitor-role-uplink-code", ("code", string.Join("-", uplinkCode).Replace("sharp", "#"))));
 
         return sb.ToString();
     }
index e92676a216017bcabc0f23689321ea01c4c1376b..fd3e6b82aa7900f174fb1d151c2d41448df9d2a9 100644 (file)
@@ -24,17 +24,17 @@ traitor-death-match-end-round-description-entry = {$originalName}'s PDA, with {$
 
 # TraitorRole
 traitor-role-greeting =
-    You are an agent sent by {$corporation} on behalf of The Syndicate.
+    You are an agent sent by {$corporation} on behalf of [color = darkred]The Syndicate.[/color]
     Your objectives and codewords are listed in the character menu.
     Use the uplink loaded into your PDA to buy the tools you'll need for this mission.
     Death to Nanotrasen!
 traitor-role-codewords =
-    The codewords are:
-    {$codewords}.
+    The codewords are: [color = lightgray]
+    {$codewords}.[/color]
     Codewords can be used in regular conversation to identify yourself discretely to other syndicate agents.
     Listen for them, and keep them secret.
 traitor-role-uplink-code =
-    Set your ringtone to the notes {$code} to lock or unlock your uplink.
+    Set your ringtone to the notes [color = lightgray]{$code}[/color] to lock or unlock your uplink.
     Remember to lock it after, or the stations crew will easily open it too!
 
 # don't need all the flavour text for character menu