diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-26 01:29:15 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-26 01:29:15 +0400 |
commit | 045baf00caa7aea15821262f0b96ff4d03c22643 (patch) | |
tree | 5b42352ebb4eb58ffec165cff295bdbcae1e0e59 /npc | |
parent | 9d00e7c287867f3432186065bd6d120ae97ec0a8 (diff) | |
download | clientdata-045baf00caa7aea15821262f0b96ff4d03c22643.tar.gz clientdata-045baf00caa7aea15821262f0b96ff4d03c22643.tar.bz2 clientdata-045baf00caa7aea15821262f0b96ff4d03c22643.tar.xz clientdata-045baf00caa7aea15821262f0b96ff4d03c22643.zip |
Typos in 2 scripts, reports by alastrim.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gulukan.txt | 2 | ||||
-rw-r--r-- | npc/000-1/sapartan.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 179151d5..d94adec0 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -22,7 +22,7 @@ menu l("Wow, it seems everyone knows my name!"), -, - l("Well, it it's not bad to finally feel something beneath my feet."), l_Continue, + l("Well, it's not bad to finally feel something beneath my feet."), l_Continue, l("Not so good actually... I would feel better on Nard's ship."), l_Quit; l_Name: diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index c630a7c6..0f5b8461 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -42,8 +42,8 @@ mesn "Max"; mesq lg("Come on, Sap! You are scaring our guest with your stories."); next; - mesq g(l("I'm sure she will soon be able to fight creatures living here a way more dangerous than tortugas do."), - l("I'm sure he will soon be able to fight creatures living here a way more dangerous than tortugas do")); + mesq g(l("I'm sure she will soon be able to fight all of the creatures living here without any problem."), + l("I'm sure he will soon be able to fight all of the creatures living here without any problem.")); next; restorecam; |