diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 17:22:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 17:22:19 -0300 |
commit | b68e43387daa519cdf36b290e1eeafa27089bf42 (patch) | |
tree | 3ac222263efff52a7ec2d4822b43ee33d92c48ea /npc/009-1/guards.txt | |
parent | 27add2af4e962568f5cda159af416632af17dfa6 (diff) | |
download | serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.gz serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.bz2 serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.xz serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.zip |
Balance, tweak, Eternal Swamp utils, etc
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; |