diff options
author | Akko Teru <none@null.nil> | 2016-02-09 09:22:32 -0600 |
---|---|---|
committer | Akko Teru <none@null.nil> | 2016-02-09 09:22:32 -0600 |
commit | 71cf496b9a35386b5d30a44c8a3aa335ce556722 (patch) | |
tree | da2e10c0ef0e992b8aa74c5a0acb7403eadf91bb | |
parent | ddc526003581fed1545d688aeb2d56f61d525ecf (diff) | |
download | serverdata-71cf496b9a35386b5d30a44c8a3aa335ce556722.tar.gz serverdata-71cf496b9a35386b5d30a44c8a3aa335ce556722.tar.bz2 serverdata-71cf496b9a35386b5d30a44c8a3aa335ce556722.tar.xz serverdata-71cf496b9a35386b5d30a44c8a3aa335ce556722.zip |
Chelios dialogue: clarify.
-rw-r--r-- | npc/001-1/chelios.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt index 5f4df544..9e408f82 100644 --- a/npc/001-1/chelios.txt +++ b/npc/001-1/chelios.txt @@ -48,7 +48,7 @@ speech 5, l("It's the big building at Northern Artis, at the top of a small hill."), l("Take the east road that goes to the north and follow it until you are on top of the cliff."), - l("That part of the town is called the gilded hill, and where the merchant guild has."), //rich hill + l("That part of the town is called the gilded hill, and where the merchant guild has its headquarters."), //rich hill l("Lloyd still owes me, but beware of those money-grubbers, or they will sell your own teeth to you!"); return; @@ -67,8 +67,8 @@ function blacksmith_house{ speech 5, l("Behind me? It's the Blacksmith house, the most renowned throughout Andorra."), - l("There are two shops inside, they are independent from the merchant guild of Artis; now that I think about it, they are the only shops that are independant in Artis..."), - l("This might be because of Don, he is the master blacksmith of this place and a model to me!"); + l("There are two shops inside, they are independent from the merchant guild of Artis; now that I think about it, they are the only shops that are independent in Artis..."), + l("...this might be because of Don, he is the master blacksmith of this place and a model to me!"); return; } @@ -78,7 +78,7 @@ do { .@enora = getq (ArtisQuests_Enora); - menuint rif (.@enora == 1, l("Enora wants her sword.")), 1, + menuint rif (.@enora == 1, l("I came to retrieve a package for Enora.")), 1, rif (.@enora >= 2, l("Where is the Merchant Guild?")), 2, rif (.@enora == 3, l("I have your black iron.")), 3, l("What is this building?"), 4, |