Added code words to traitorlist console command

This commit is contained in:
Alex Noir
2017-12-05 00:30:21 +03:00
parent 3b02f0c86a
commit 38815c3b69
@@ -111,6 +111,7 @@ namespace Barotrauma
{ {
NewMessage("- Traitor " + T.Character.Name + "'s target is " + T.TargetCharacter.Name + ".", Color.Cyan); 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) => commands.Add(new Command("createfilelist", "", (string[] args) =>