diff options
-rw-r--r-- | npc/003-1/gladys.txt | 2 | ||||
-rw-r--r-- | npc/017-1/misc.txt | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/npc/003-1/gladys.txt b/npc/003-1/gladys.txt index 7874c28e5..800e46797 100644 --- a/npc/003-1/gladys.txt +++ b/npc/003-1/gladys.txt @@ -43,7 +43,7 @@ L_Why: L_Members: mes ""; mesn; - mesq l("Oh, every settlement is part of it. Candor, Tulimshar, Hurnscald, Frostia, Halinarzo, Artis, Esperia, Nivalis..."); + mesq l("Oh, every settlement is part of it. Candor, Tulimshar, Hurnscald, Frostia, Halinarzo, Artis, Nivalis..."); next; mesq l("Each settlement names a representative, which forms the Alliance Council. There is also the High Council, and the Magic Council."); next; diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 40b728976..5dabba32d 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -23,7 +23,6 @@ L_Menu: l("Tell me about Tulimshar."), L_Tulim, l("Tell me about Hurnscald."), L_Hurns, l("Tell me about Nivalis."), L_Nival, - l("Tell me about Esperia."), L_Esper, l("Tell me about Artis."), L_Artis, l("Tell me about Frostia."), L_Frost, l("Tell me about Halinarzo."), L_Halin, @@ -69,19 +68,6 @@ L_Nival: goto L_Menu; -L_Esper: - mes ""; - mesn; - mesq l("Esperia is the human capital founded at the other continent."); - next; - mesq l("After the Great Fire which happened after the Red Queen death, it was founded by people who sailed away in look of new opportunities."); - next; - mesq l("It offers better living conditions than Tulimshar, and is bigger and more prosperous. Few monsters live there."); - next; - mesq l("However, taxes there are the highest. Living cost is high, and you should avoid buying things there."); - next; - goto L_Menu; - L_Artis: mes ""; mesn; |