diff options
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/sophialla.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/001-1/sophialla.txt b/npc/001-1/sophialla.txt index d2bb6760..0671307b 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.")), @@ -31,6 +32,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."); |