edited out more kinaris stuff

also tried doing something with computer UIs background, but I have no idea how to change it up tbh. Truly a mystery
This commit is contained in:
GDLW
2022-11-02 13:04:11 +01:00
parent 46403bed15
commit 3e31b47490
24 changed files with 7302 additions and 42 deletions
@@ -6,7 +6,7 @@
/datum/antagonist/traitor/internal_affairs
name = "Internal Affairs Agent"
employer = "Kinaris"
employer = "GATO"
special_role = "internal affairs agent"
antagpanel_category = "IAA"
var/syndicate = FALSE
@@ -242,7 +242,7 @@
to_chat(owner.current, "<span class='userdanger'>You are the [special_role].</span>")
if(syndicate)
to_chat(owner.current, "<span class='userdanger'>Your target has been framed for [crime], and you have been tasked with eliminating them to prevent them defending themselves in court.</span>")
to_chat(owner.current, "<B><font size=5 color=red>Any damage you cause will be a further embarrassment to Kinaris, so you have no limits on collateral damage.</font></B>")
to_chat(owner.current, "<B><font size=5 color=red>Any damage you cause will be a further embarrassment to GATO, so you have no limits on collateral damage.</font></B>")
to_chat(owner.current, "<span class='userdanger'> You have been provided with a standard uplink to accomplish your task. </span>")
to_chat(owner.current, "<span class='userdanger'>By no means reveal that you, or any other NT employees, are undercover agents.</span>")
else