From d88fd0502c0d2b02a8c60c702765d8e827285405 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 11 Jan 2021 10:24:28 -0800 Subject: [PATCH] Fix missing text for liberator and passfail RE Malefactor events. --- src/uncategorized/reMalefactor.tw | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw index 4396e0f6116..dbb9cf72f19 100644 --- a/src/uncategorized/reMalefactor.tw +++ b/src/uncategorized/reMalefactor.tw @@ -289,11 +289,9 @@ <<run App.Utils.setLocalPronouns(_slave)>> -<<if ["addict", "escapee", "anchorBaby", "orphanloli", "businesswoman", "whore", "rapist", "mule"].includes($malefactor)>> - <<= capFirstChar($assistant.name)>> alerts you that a <<if $malefactor === "mule">>potential <</if>>criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, - <<if !["liberator", "passfail"].includes($malefactor)>> - since nothing can escape the notice of the omnipresent monitoring systems. - <</if>> +<<= capFirstChar($assistant.name)>> alerts you that a <<if $malefactor === "mule">>potential <</if>>criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, +<<if !["liberator", "passfail"].includes($malefactor)>> + since nothing can escape the notice of the omnipresent monitoring systems. <</if>> <<switch $malefactor>> -- GitLab