diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:16:17 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:16:17 +0400 |
commit | eb748d28d96915f152cd2850f3f27ed6924f0e03 (patch) | |
tree | 7bcf9e35584603ea71e315f39fcde540bcab82a2 /npc | |
parent | abbcf0e0fe121de99703c9058318134fb89d970d (diff) | |
download | clientdata-eb748d28d96915f152cd2850f3f27ed6924f0e03.tar.gz clientdata-eb748d28d96915f152cd2850f3f27ed6924f0e03.tar.bz2 clientdata-eb748d28d96915f152cd2850f3f27ed6924f0e03.tar.xz clientdata-eb748d28d96915f152cd2850f3f27ed6924f0e03.zip |
Punctuation typo in three scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/ale.txt | 2 | ||||
-rw-r--r-- | npc/000-1/jalad.txt | 2 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index eb89676b..9e9b4889 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -84,7 +84,7 @@ l_Plushroom: mesn; mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom")); next; - mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance, it looks like a plush!."); + mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance, it looks like a plush!"); next; mesq l("There are few groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom")); diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index a34ff48b..0f076960 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -96,7 +96,7 @@ l_Plushroom: mesn; mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom")); next; - mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance. It looks like a plush!."); + mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance. It looks like a plush!"); next; mesq l("There are some groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom")); diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 07698138..d22a74fa 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -93,7 +93,7 @@ l_Plushroom: mesn; mesq l("'That', as you call it, is a @@. There're plenty on this island!", getitemlink("Plushroom")); next; - mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance, it looks like a plush!."); + mesq l("It's a kind of mushroom. We call it like that because of it's taste, just like a marshmallow. It also has this name because of it's appearance, it looks like a plush!"); next; mesq l("There are few groups of these @@s all around this island. Just pick some and have a try.", getitemlink("Plushroom")); |