diff options
Diffstat (limited to 'npc/020-7-1/sage.txt')
-rw-r--r-- | npc/020-7-1/sage.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt index c0c870ea5..2ddc119d6 100644 --- a/npc/020-7-1/sage.txt +++ b/npc/020-7-1/sage.txt @@ -52,6 +52,7 @@ next; select rif(.@q, l("I came here to talk about the World's Edge.")), + rif(.@q == 10, l("I came here to report... A sabotage.")), rif(.@cindy, l("Aren't you Cindy's father? Why don't you go to her rescue?")), l("Please excuse me, Blue Sage Nikolai."); mes ""; @@ -81,6 +82,9 @@ mesq l("Once he resumes working confiantly, we can go over this important subject."); break; case 2: + mesc l("TODO"), 1; + break; + case 3: // Quest ends at stage 12 if (.@q != 12) { mesn l("Nikolai, the Blue Sage"); |