summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-19 07:56:49 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-19 07:56:49 -0300
commita48bd3eb122114f9c17004fb3132b884a823ddb6 (patch)
tree4cd0ae58f56d2de75fa197525272143cda4bd2c1
parent40381a36ae52bd86a7f7821a5a95d809ebb0e2be (diff)
downloadserverdata-a48bd3eb122114f9c17004fb3132b884a823ddb6.tar.gz
serverdata-a48bd3eb122114f9c17004fb3132b884a823ddb6.tar.bz2
serverdata-a48bd3eb122114f9c17004fb3132b884a823ddb6.tar.xz
serverdata-a48bd3eb122114f9c17004fb3132b884a823ddb6.zip
Fix the plot hole at Sophialla
-rw-r--r--npc/001-1/sophialla.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt
index ad0755ec..846b7690 100644
--- a/npc/001-1/sophialla.txt
+++ b/npc/001-1/sophialla.txt
@@ -18,6 +18,7 @@
l("Hello."),
l("Can't you see I am reading? If you need something, tell me the secret password.");
// TODO: Use a token to know password or whatever
+ // PS. "Sagratha" is not a typo.
select
l("Sorry to disturb you."),
rif(getq(ArtisQuests_MonaDad) == 3, l("Sagratha is great.")),
@@ -30,6 +31,19 @@
l("Look for the hideout, but tell no one about this. Then, say the password again.");
compareandsetq General_Brotherhood, 1, 2;
}
+ else if (@menu == 3)
+ {
+ mesn;
+ mesq l("If I just told you, it would not be a password anymore, right?");
+ next;
+ mesn;
+ mesq l("I'm afraid you'll need to figure that out on your own.");
+ next;
+ mesn;
+ mesq l("This password is very secret. I don't think you would learn it even if you rescued someone missing for weeks."); // FIXME: Provide a decent hint.
+ next;
+ mesc l("%s sighs.", .name$);
+ }
speech
lg("If you don't know it, just go, please.");