diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
commit | 654d54d42079e21ac0541cb1e5f28c08cc935d5d (patch) | |
tree | ced30475ba31099de02627b57fb264958193d70d /npc/001-1/sophialla.txt | |
parent | 3cb4b0171536a04e177d823213a1aff51ab56f8d (diff) | |
parent | 4e242e64460a5548b77d512f317a8cd66967a95f (diff) | |
download | serverdata-kfahr.tar.gz serverdata-kfahr.tar.bz2 serverdata-kfahr.tar.xz serverdata-kfahr.zip |
Merge branch 'master' into kfahrkfahr
Diffstat (limited to 'npc/001-1/sophialla.txt')
-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."); |