diff options
Diffstat (limited to 'npc/081-1/dungeon.txt')
-rw-r--r-- | npc/081-1/dungeon.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt index fd3b61b8..fbc20c60 100644 --- a/npc/081-1/dungeon.txt +++ b/npc/081-1/dungeon.txt @@ -70,6 +70,7 @@ OnInit: mesn; mesq l("He is worried with Gak, and we are worried with him; The Sages of Kaizei specialize in transport magic, not on combat magic. If brave adventurers could help him..."); next; + if (X21_START()) break; select l("Why don't you go yourself?"), l("Don't worry, I'll help."), @@ -93,6 +94,7 @@ OnInit: next; mesn; mesq l("I can warp you to where Santa is once you're ready. Be prepared. I believe the place is called... %s.", b(l("The Frontier Of Existence"))); + next; } break; case 4: @@ -107,6 +109,7 @@ OnInit: next; mesn; mesq l("Just be careful, I never even heard about æther before Santa decided to help Gak, so I'm pretty sure the regular magic laws are worthless past this point."); + next; break; } } while (@menu != 3); |