diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 23:39:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 23:39:38 -0300 |
commit | 89923e0eb25553cc56fee628a4574b2cbce74d55 (patch) | |
tree | 77d337bd760b5f652aacf4c5fac2dcc16767faa7 /npc/081-1/dungeon.txt | |
parent | c93f389ce601d940220eba600b22162fcf21077e (diff) | |
download | serverdata-89923e0eb25553cc56fee628a4574b2cbce74d55.tar.gz serverdata-89923e0eb25553cc56fee628a4574b2cbce74d55.tar.bz2 serverdata-89923e0eb25553cc56fee628a4574b2cbce74d55.tar.xz serverdata-89923e0eb25553cc56fee628a4574b2cbce74d55.zip |
Fix a couple bugs and typos
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); |