diff options
author | Alige <aligetmw@hotmail.fr> | 2013-02-27 23:48:58 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-02-27 23:49:07 +0400 |
commit | 3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66 (patch) | |
tree | 4b5f2fd686f3652c9ad07698c3248fdd60b384b8 /npc | |
parent | ef5eb56634b33fddadd53e8a94c7e876b2d59738 (diff) | |
download | serverdata-3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66.tar.gz serverdata-3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66.tar.bz2 serverdata-3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66.tar.xz serverdata-3e1aae83d7ca2599d44d746569cb7bbf4b0a8c66.zip |
Revert "In the first sailors script, fixed some language."
Apparently, these english mistakes were intended.
This reverts commit ef5eb56634b33fddadd53e8a94c7e876b2d59738.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 9e8f8075..f99c33c3 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -32,20 +32,18 @@ OnTouch: setcamnpc "Sailors",0,-32; mesn "Elven Voice"; - mesq g(l("Why Frenchy? She's a Russian!"), - l("Why Frenchy? He's a Russian!")); + mesq lg("Why Frenchy? It's a Russian!"); next; setcamnpc "Sailors",144,-80; mesn "Tritan Voice"; - mesq g(l("What are you guys saying? She's a Yoiis!"), - l("What are you guys saying? He's a Yoiis!")); + mesq lg("What are you guys saying ? It's a Yoiis!"); next; setcamnpc; mesn "Raijin Voice"; - mesq g(l("You're stupid, she's english, look at the shape of her head."), - l("You're stupid, he's english, look at the shape of his head.")); + mesq g(l("You stupid, she's english, look at the shape of her head."), + l("You stupid, he's english, look at the shape of his head.")); next; mesq l("Hey you! Can you hear us? Are you okay?"); next; |