Improvements
This commit is contained in:
@@ -247,16 +247,11 @@
|
||||
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:</B></U>")
|
||||
to_chat(traitor_mob, "<B>Code Phrase</B>: <span class='blue'>[phrases]</span>")
|
||||
to_chat(traitor_mob, "<B>Code Response</B>: <span class='red'>[responses]</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></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>")
|
||||
|
||||
antag_memory += "<b>Code Phrase</b>: <span class='blue'>[phrases]</span><br>"
|
||||
antag_memory += "<b>Code Response</b>: <span class='red'>[responses]</span><br>"
|
||||
|
||||
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, "<span class='alertwarning'>You memorize the codewords, allowing you to recognise them when heard.</span>")
|
||||
|
||||
/datum/antagonist/traitor/proc/add_law_zero()
|
||||
var/mob/living/silicon/ai/killer = owner.current
|
||||
if(!killer || !istype(killer))
|
||||
|
||||
Reference in New Issue
Block a user