diff options
author | Maarten Vanraes <maarten.vanraes@gmail.com> | 2012-01-11 01:55:38 +0100 |
---|---|---|
committer | Maarten Vanraes <maarten.vanraes@gmail.com> | 2012-01-11 01:55:38 +0100 |
commit | cef85fa62c75da0688a47d066ffc2d322067ce17 (patch) | |
tree | 3e043a51a9571566cba68c7132162f268fdc44bd /npc/000-0 | |
parent | 14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87 (diff) | |
download | serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.tar.gz serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.tar.bz2 serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.tar.xz serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.zip |
Rectify english scripting text
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index a17ecffd..ecae42f8 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -30,11 +30,11 @@ OnTouch: next; mesn "Tritan Voice"; - mesq l("What do you say guys, it's a yoiis!"); + mesq l("What are you saying guys, it's a yoiis!"); next; mesn "Raijin Voice"; - mesq g(l("You stupid, it's an english, look her head form."), l("You stupid, it's an english, look his head form.")); + mesq g(l("You stupid, it's an english, look at her head form."), l("You stupid, it's an english, look at his head form.")); next; mesq l("Hey you! Do you hear us? Are you okay?"); next; |