diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-12 20:06:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-12 20:06:11 -0300 |
commit | 11feeff7356ec59a2e2cc943e2c0611fce1b4c65 (patch) | |
tree | 3632b5d7ddaf2620f20752e37fc96909e115e39f /npc/021-1 | |
parent | a33e3a88f6ac735934c898d5b423bfc5ff9e12bb (diff) | |
download | serverdata-11feeff7356ec59a2e2cc943e2c0611fce1b4c65.tar.gz serverdata-11feeff7356ec59a2e2cc943e2c0611fce1b4c65.tar.bz2 serverdata-11feeff7356ec59a2e2cc943e2c0611fce1b4c65.tar.xz serverdata-11feeff7356ec59a2e2cc943e2c0611fce1b4c65.zip |
Make Angela & Cindy Quest even clearer if you have TUTORIAL mode enabled
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index a0fad91cf..77215302b 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -149,6 +149,8 @@ L_Complete: // The other NPC L_NoQuest: + if (TUTORIAL) + dispbottom l("I might want to ask an Yeti specialist about this. Maybe Celestia?"); dispbottom l("Who's Mercury? Maybe I'm missing something? Where could he have went?"); CINDY_PLAYER_STRUCK=true; @yetiagro=@yetiagro+1; @@ -163,6 +165,12 @@ L_Walking: next; mesn; mesq l("And you, @@... You better get walking. Soon.", get_race()); + if (TUTORIAL) + mesc l("WARNING: Angela Quest cannot be finished without finishing Mercury sidequest first."), 1; + if (!.@n) { + mesc l("(...This probably could have been a great hint... if I knew who Mercury in first place %%L)"); + mesc l("I suggest we ignore the hint and ask %s about it instead.", b("Celestia")); + } close; L_Disrupt: |