From 426cdeea05b718bcda890da1f31ebf2fa33694fc Mon Sep 17 00:00:00 2001 From: Y0SH1M4S73R Date: Wed, 28 May 2025 00:57:49 -0400 Subject: [PATCH] Adds a new malf flavor - Ratvarian Remnant (#91246) --- code/__DEFINES/antagonists.dm | 1 + strings/antagonist_flavor/malfunction_flavor.json | 6 ++++++ 2 files changed, 7 insertions(+) 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." } }