summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/019-2/angela.txt2
-rw-r--r--npc/021-1/yeti.txt8
2 files changed, 10 insertions, 0 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt
index 499596cd2..0455bdac1 100644
--- a/npc/019-2/angela.txt
+++ b/npc/019-2/angela.txt
@@ -61,6 +61,8 @@
next;
mesn;
mesq l("Besides, I'm not an Yeti expert. I don't understand how these creatures think, nor do I care! I only want Cindy back home safely!!");
+ if (TUTORIAL)
+ mesc l("Don't we know any Yeti specialist? Maybe Celestia?");
}
}
close;
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: