diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-05 09:11:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-05 09:11:40 -0300 |
commit | 14efea71f79c94444de5d8a960cbf412b26799a0 (patch) | |
tree | 2dc2e6fe6cd0ddc53c9ec56adbf321db58f14356 /npc | |
parent | c2c6ccba578e9cd81dd44c73784b0aff327b4b59 (diff) | |
download | serverdata-14efea71f79c94444de5d8a960cbf412b26799a0.tar.gz serverdata-14efea71f79c94444de5d8a960cbf412b26799a0.tar.bz2 serverdata-14efea71f79c94444de5d8a960cbf412b26799a0.tar.xz serverdata-14efea71f79c94444de5d8a960cbf412b26799a0.zip |
New justificative to Jacob
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1/guards.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 3fda28c91..9598d4d58 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -8,13 +8,13 @@ // The Monster King guild have a special menu if (strcharinfo(2) == "Monster King") goto L_MKControl; mesn; - mesq l("Sorry, the path to Hurnscald has been locked due to monsters."); + mesq l("Sorry! The monsters are gone, but this gate stays closed."); next; mesn; - mesq l("Andrei Sakar is on the other side of this gate, killing monsters, as we speak."); + mesq l("Past this way is the Great River and the Eternal Swamps. But the river flooded."); next; mesn; - mesq l("The path will be open when it's safe again for heavily armed travellers."); + mesq l("Various people already went missing. We are not allowing anyone to pass, not even GMs!"); if (GHQUEST) GHQ_Assign(Snake, "Halinarzo", "250.000 GP"); end; |