From 38815c3b69c506fc8f67ebc27cb0538a38ed2105 Mon Sep 17 00:00:00 2001 From: Alex Noir Date: Tue, 5 Dec 2017 00:30:21 +0300 Subject: [PATCH] Added code words to traitorlist console command --- Barotrauma/BarotraumaShared/Source/DebugConsole.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Barotrauma/BarotraumaShared/Source/DebugConsole.cs b/Barotrauma/BarotraumaShared/Source/DebugConsole.cs index c16f5fcd0..177d6ed94 100644 --- a/Barotrauma/BarotraumaShared/Source/DebugConsole.cs +++ b/Barotrauma/BarotraumaShared/Source/DebugConsole.cs @@ -111,6 +111,7 @@ namespace Barotrauma { NewMessage("- Traitor " + T.Character.Name + "'s target is " + T.TargetCharacter.Name + ".", Color.Cyan); } + NewMessage("The code words are: " + traitorManager.codeWords + ", response: " + traitorManager.codeResponse + ".", Color.Cyan); })); commands.Add(new Command("createfilelist", "", (string[] args) =>