Address AA

This commit is contained in:
mochi
2020-11-04 21:16:32 +01:00
parent 72ddc710e5
commit e336780fe2
6 changed files with 20 additions and 9 deletions
@@ -288,8 +288,8 @@
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: <span class='codephrases'>[phrases]</span></B>")
to_chat(traitor_mob, "<B>Code Response: <span class='coderesponses'>[responses]</span></B>")
to_chat(traitor_mob, "<span class='bold body'>Code Phrase: <span class='codephrases'>[phrases]</span></span>")
to_chat(traitor_mob, "<span class='bold body'>Code Response: <span class='coderesponses'>[responses]</span></span>")
antag_memory += "<b>Code Phrase</b>: <span class='red'>[phrases]</span><br>"
antag_memory += "<b>Code Response</b>: <span class='red'>[responses]</span><br>"