diff options
Diffstat (limited to 'npc/009-1/guards.txt')
-rw-r--r-- | npc/009-1/guards.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index bfa5942f5..7574fd07f 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -8,13 +8,14 @@ // The Monster King guild have a special menu if (strcharinfo(2) == "Monster King") goto L_MKControl; mesn; - mesq l("Sorry! The monsters are gone, but this gate stays closed."); + mesq l("Halt! Beyond this gate, is the Great River and the Eternal Swamps."); next; mesn; - mesq l("Past this way is the Great River and the Eternal Swamps. But the river flooded."); + mesq l("Was not it only flooded constantly, the graveyard is not too far. If you stray away from the path, you'll get lost."); next; mesn; - mesq l("Various people already went missing. We are not allowing anyone to pass, not even GMs!"); + mesq l("Various people already went missing, including GMs. This is why if you plan to cross, @@.", b(l("You won't be allowed to walk sideways, except to avoid a monster or two."))); + mesc l("If you try to walk west or east too much, you'll hit an \"invisible wall\" to prevent you from getting lost."); if (GHQUEST) GHQ_Assign(Snake, "Halinarzo"); end; |