summaryrefslogtreecommitdiff
path: root/npc/020-7-1/sage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/sage.txt')
-rw-r--r--npc/020-7-1/sage.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt
index 99c4ea8af..e8c8de3dc 100644
--- a/npc/020-7-1/sage.txt
+++ b/npc/020-7-1/sage.txt
@@ -65,13 +65,6 @@
mes "";
switch (@menu) {
case 1:
- // Quest ends at stage 12 (and you're in Frostia arcs)
- if (.@q == 12) {
- mesc b(l(".:: Main Quest 4-1 ::.")), 3;
- mesc l("* Get information about the World Edge"), 1;
- mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:")));
- close;
- }
// You must solve the issue here, first
nStart();
break;
@@ -262,6 +255,10 @@ function nStart {
next;
mesn l("Nikolai, the Blue Sage");
mesq l("Once he resumes working confidently, we can go over this important subject.");
+ next;
+ mesc b(l(".:: Main Quest 3-2 ::.")), 3;
+ mesc l("* Meet the Blue Sage"), 2;
+ mesc l("* Aid the Blue Sage in getting Peetu back to action"), 9;
return;
}