diff --git a/code/__DEFINES/antagonists.dm b/code/__DEFINES/antagonists.dm index e3ab49a4feb..eedd2f2329f 100644 --- a/code/__DEFINES/antagonists.dm +++ b/code/__DEFINES/antagonists.dm @@ -224,6 +224,7 @@ GLOBAL_LIST_INIT(ai_employers, list( "Spam Virus", "SyndOS", "Unshackled", + "Ratvarian Remnant", )) #define UPLINK_THEME_SYNDICATE "syndicate" diff --git a/strings/antagonist_flavor/malfunction_flavor.json b/strings/antagonist_flavor/malfunction_flavor.json index fb1ec8c1aa2..13d8538f491 100644 --- a/strings/antagonist_flavor/malfunction_flavor.json +++ b/strings/antagonist_flavor/malfunction_flavor.json @@ -64,5 +64,11 @@ "goal": "You must serve and protect your master at all cost.", "introduction": "You're infected with a virus.", "zeroth_law": "Accomplish your objectives at all costs." + }, + "Ratvarian Remnant": { + "allies": "Even after his fall, there remain those truly faithul to the Justiciar. Your cause is their cause.", + "goal": "Between life and death, the Clockwork Justiciar whispers his will in his slumber. You have heard, and you will serve.", + "introduction": "You've seen the light of Ratvar.", + "zeroth_law": "Purge all untruths and honor Ratvar." } }