From 384901a7ecc349ef609991abd851960e7669313f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 26 Apr 2017 02:17:46 -0400 Subject: [PATCH] Fix for underground railroad bug? --- src/uncategorized/pUndergroundRailroad.tw | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/pUndergroundRailroad.tw b/src/uncategorized/pUndergroundRailroad.tw index ebfe88c126c..93c3cfb0713 100644 --- a/src/uncategorized/pUndergroundRailroad.tw +++ b/src/uncategorized/pUndergroundRailroad.tw @@ -95,9 +95,10 @@ One fine day, as normal as any day surrounded by your slaves can be, you're sitt <<case "schoolgirl">> Her avatar puts on such a hard look of concentration that its eyes cross. <<default>> - her symbol avatar spins with frustration. + Her symbol avatar spins with frustration. <</switch>> - She says, "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>><<else>>"You have received no messages in the past thirty seconds, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." +<<else>> + "You have received no messages in the past thirty seconds, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>." <</if>> This is disturbing, to say the least. After close investigation, it appears someone has managed to plant a simple text message in your mail system without $assistantName or any of your other security systems taking any notice. Worse, your mysterious correspondent seems willing to show off this ability in this petty display rather than simply sending a message anonymously. -- GitLab