From d83cf7e2eb5f5760e40268cb10223ef84111256d Mon Sep 17 00:00:00 2001 From: Arturlang Date: Wed, 12 Jun 2019 20:22:55 +0300 Subject: [PATCH] Bug fix --- code/modules/antagonists/traitor/datum_traitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm index d7666ab1dc..377f569010 100644 --- a/code/modules/antagonists/traitor/datum_traitor.dm +++ b/code/modules/antagonists/traitor/datum_traitor.dm @@ -247,7 +247,7 @@ var/phrases = jointext(GLOB.syndicate_code_phrase, ", ") var/responses = jointext(GLOB.syndicate_code_response, ", ") - to_chat(traitor_mob, "The Syndicate have provided you with the following codewords to identify fellow agents:
Code Phrase: [phrases]
Code Response
: [responses]

Use the codewords during regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.
You memorize the codewords, allowing you to recognise them when heard.") + to_chat(traitor_mob, "The Syndicate have provided you with the following codewords to identify fellow agents:
Code Phrase:[phrases]
Code Response
:[responses]

Use the codewords during regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.
You memorize the codewords, allowing you to recognise them when heard.") antag_memory += "Code Phrase: [phrases]
" antag_memory += "Code Response: [responses]
"