summaryrefslogtreecommitdiff
path: root/npc/000-2-0
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-01-03 22:44:13 +0400
committerAlige <aligetmw@hotmail.fr>2013-01-03 22:44:13 +0400
commit1826260cbf91b8e60b0cb6d7b90544fd7a283ef7 (patch)
treeca1e641229c3f8aa7f6e7e7ce86f1496f116f3f9 /npc/000-2-0
parent67a7b281fb1f30a1e292be4ba99e8804bec30277 (diff)
downloadserverdata-1826260cbf91b8e60b0cb6d7b90544fd7a283ef7.tar.gz
serverdata-1826260cbf91b8e60b0cb6d7b90544fd7a283ef7.tar.bz2
serverdata-1826260cbf91b8e60b0cb6d7b90544fd7a283ef7.tar.xz
serverdata-1826260cbf91b8e60b0cb6d7b90544fd7a283ef7.zip
Fixed some newly added language in julia's script.
Diffstat (limited to 'npc/000-2-0')
-rw-r--r--npc/000-2-0/julia.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 042e1643..abe25d6f 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -47,7 +47,7 @@
l_Menu:
menu
- rif(@q3 == 3, l("I have heard rumors about some old hostilities between you and Gado. Are they truthful?")), l_Rumors,
+ rif(@q3 == 3, l("I heard rumors about some old hostilities between you and Gado. Are they true?")), l_Rumors,
rif(@q2 == 2 && countitem("PoisonedDish", 1), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), l_Regret,
rif(@q2 == 2 && countitem("PoisonedDish", 1), l("I have brought you a tasty present for your delicate mouth.")), l_PoisonJulia,
lg("I made a mistake, I would like to change my language."), l_ChooseLang,
@@ -233,28 +233,28 @@ l_Regret:
l_Rumors:
mes "";
mesn;
- mesq l("You shouldn't believe all stories sailors tell when they are drunk.");
+ mesq l("You shouldn't believe all of the stories drunk sailors tell you.");
next;
menu
- l("Let's say that who told me that was a respectable person and not even drunk."), -;
+ l("Let's say the person who told me about that is well respected on this ship and never drunk."), -;
mes "";
mesn;
- mesq l("Ahahah. All sailors here are always drunk, well... Except... What?! Nard told you that?!");
+ mesq l("Hahaha! All sailors aboard this ship are always drunk... Well... Except... Wait, what?! Nard told you?!");
next;
- mesq l("Doesn't he appreciate how I'm taking care of his ship? Everything is finally clean and tidy with me as the liutenant of La Johanne.");
+ mesq l("Doesn't he like the way I'm taking care of his ship? Everything is clean and tidy with me, rightful lieutenant of La Johanne.");
next;
- mesq l("I give tasks to every sailor all day long to make him happy!");
+ mesq l("I give tasks to every single sailor, all day long. That should make him happy!");
next;
menu
- l("Uhm I don't think it is the best way to rule a ship. See you..."), l_Quit,
- l("Actually everything seems in perfect order under your guidance. Nard has done the right choice."), -;
+ l("Well... I don't think it is the best way to rule a ship. Think about it."), l_Quit,
+ l("Actually, everything seems to work perfectly under your guidance. Nard has done the right choice."), -;
mes "";
mesn;
- mesq l("I'm glad you are on my side.");
+ mesq l("I'm glad you're on my side! See you around.");
close;