diff options
-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; |