diff options
author | Alige <aligetmw@hotmail.fr> | 2012-09-02 11:45:53 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-09-02 11:45:53 +0400 |
commit | 1e7b790e3ae56839d0dc20b4729786894ab41596 (patch) | |
tree | a29ae4da7b6460cbd6344cb9065de365bb411487 /npc/000-1/astapolos.txt | |
parent | 7335a825ce25cd52e82e5edb9163561f73efaa8d (diff) | |
download | serverdata-1e7b790e3ae56839d0dc20b4729786894ab41596.tar.gz serverdata-1e7b790e3ae56839d0dc20b4729786894ab41596.tar.bz2 serverdata-1e7b790e3ae56839d0dc20b4729786894ab41596.tar.xz serverdata-1e7b790e3ae56839d0dc20b4729786894ab41596.zip |
Fixed several sentences in some scripts.
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r-- | npc/000-1/astapolos.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index be76f99d..300a5057 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -14,7 +14,7 @@ l("How are things going?"), -,
l("How do you know my name?"), l_Name,
l("Who are you?"), l_Who,
- l("What's this Aquada?"), l_Aquada;
+ l("What's this?"), l_Aquada;
mes "";
mesn;
@@ -51,9 +51,9 @@ l_Who: l_Aquada:
mes "";
mesn;
- mesq l("This is a light blue sea fruit, they're highly desired around the archipelago.");
+ mesq l("This is an Aquada, a light blue sea fruit. They're highly desired in the archipelago.");
next;
- mesq l("You can find them on the ocean, near corals and other sea beings.");
+ mesq l("You can find them in the ocean, near corals and other sea beings.");
next;
mesq l("Orelse, if you feel capable, you can try killing Tortugas or Crocs if you're strong enough. I'm sure they could drop one or two @@.", getitemlink("Aquada"));
|