From b747e0739e7af70194b78c79a697b341303aa969 Mon Sep 17 00:00:00 2001 From: Arturlang Date: Wed, 12 Jun 2019 20:16:26 +0300 Subject: [PATCH] Improvements --- code/modules/antagonists/traitor/datum_traitor.dm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm index ac5c67617d..d7666ab1dc 100644 --- a/code/modules/antagonists/traitor/datum_traitor.dm +++ b/code/modules/antagonists/traitor/datum_traitor.dm @@ -247,16 +247,11 @@ 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:") - to_chat(traitor_mob, "Code Phrase: [phrases]") - to_chat(traitor_mob, "Code Response: [responses]") + 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]
" - to_chat(traitor_mob, "Use the codewords during regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.") - to_chat(traitor_mob, "You memorize the codewords, allowing you to recognise them when heard.") - /datum/antagonist/traitor/proc/add_law_zero() var/mob/living/silicon/ai/killer = owner.current if(!killer || !istype(killer))