From db9820763010e8ea680ea09e42842eac49dc0de3 Mon Sep 17 00:00:00 2001 From: ATH1909 <42606352+ATH1909@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:03:53 -0500 Subject: [PATCH] replaces the two "sorry, you don't get to have fun this round" revenant fluff objectives with better ones (#54077) --- code/modules/antagonists/revenant/revenant.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/revenant/revenant.dm b/code/modules/antagonists/revenant/revenant.dm index 475ed7ebbb7..a249452746e 100644 --- a/code/modules/antagonists/revenant/revenant.dm +++ b/code/modules/antagonists/revenant/revenant.dm @@ -471,12 +471,12 @@ /datum/objective/revenant_fluff/New() var/list/explanationTexts = list("Assist and exacerbate existing threats at critical moments.", \ - "Avoid killing in plain sight.", \ + "Impersonate or be worshipped as a god.", \ "Cause as much chaos and anger as you can without being killed.", \ "Damage and render as much of the station rusted and unusable as possible.", \ "Disable and cause malfunctions in as many machines as possible.", \ "Ensure that any holy weapons are rendered unusable.", \ - "Hinder the crew while attempting to avoid being noticed.", \ + "Heed and obey the requests of the dead, provided that carrying them out wouldn't be too inconvenient or self-destructive.", \ "Make the crew as miserable as possible.", \ "Make the clown as miserable as possible.", \ "Make the captain as miserable as possible.", \