diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/oldbook.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/items/oldbook.txt b/npc/items/oldbook.txt index 4f704a83..c508f0a7 100644 --- a/npc/items/oldbook.txt +++ b/npc/items/oldbook.txt @@ -1,5 +1,5 @@ // Evol scripts. -// Author: +// Authors: // Alige // Reid // Description: @@ -35,7 +35,9 @@ OnUse: next; mes col(l("Even though they did not hear anything about the other groups, they decided to start a new life on this land, full of harmful animals."), 9); next; - mes col(l("This new land was called Andorra and its capital city, Esperia."), 9); + mes col(l("This new continent, in fact an archipelago, was called Andorra."), 9); + next; + mes col(l("A great city, now the capital of these islands, called Esperia, rose on the single island, Aurora, where everyone lived."), 9); close; |