This commit is contained in:
Arturlang
2019-06-12 20:22:55 +03:00
parent b747e0739e
commit d83cf7e2eb
@@ -247,7 +247,7 @@
var/phrases = jointext(GLOB.syndicate_code_phrase, ", ")
var/responses = jointext(GLOB.syndicate_code_response, ", ")
to_chat(traitor_mob, "<U><B>The Syndicate have provided you with the following codewords to identify fellow agents:<br><B>Code Phrase</B>: <span class='blue'>[phrases]</span><B><br>Code Response</B>: <spanclass='red'>[responses]</span></B></U><br>Use the codewords during regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.<br><span class='alertwarning'>You memorize the codewords, allowing you to recognise them when heard.</span>")
to_chat(traitor_mob, "<U><B>The Syndicate have provided you with the following codewords to identify fellow agents:<br><B>Code Phrase</B>:<span class='blue'>[phrases]</span><B><br>Code Response</B>:<spanclass='red'>[responses]</span></B><br>Use the codewords during regular conversation to identify other agents. Proceed with caution, however, as everyone is a potential foe.<br><span class='alertwarning'>You memorize the codewords, allowing you to recognise them when heard.</span>")
antag_memory += "<b>Code Phrase</b>: <span class='blue'>[phrases]</span><br>"
antag_memory += "<b>Code Response</b>: <span class='red'>[responses]</span><br>"