diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-22 07:15:47 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-22 07:15:47 +0400 |
commit | fb0315e16a4805a8b4ec149b6bd71f6d3556655a (patch) | |
tree | 47988b650ea90ae36874b8283a0136808a555e41 /npc | |
parent | efb11f3b283fa51d1c0741d78d434651bfda5247 (diff) | |
download | clientdata-fb0315e16a4805a8b4ec149b6bd71f6d3556655a.tar.gz clientdata-fb0315e16a4805a8b4ec149b6bd71f6d3556655a.tar.bz2 clientdata-fb0315e16a4805a8b4ec149b6bd71f6d3556655a.tar.xz clientdata-fb0315e16a4805a8b4ec149b6bd71f6d3556655a.zip |
Minor language fixes in chefgado.txt.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 22f711a7..05f72086 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -65,7 +65,9 @@ l_Rude: mes ""; mesn; - mesq l("... Welcome onboard cutie! I just realized I need delicious ingredients to prepare a... A special recipe."); + mesq l("Well... Welcome aboard, cutie!"); + next; + mesq l("I just realized I needed delicious ingredients to prepare a... A special recipe."); next; mesq l("I only need 2 @@, 1 @@, 1 @@ and...", getitemlink("PiouLegs"), getitemlink("Croconut"), getitemlink("Aquada")); next; @@ -128,13 +130,13 @@ l_Need: l_PoisonAccepted: mesn; - mesq l("Fool! Just come here when you have finished our little... Secret mission."); + mesq l("Fool! Just come back here when you'll be done with our little... 'Secret mission'."); close; l_PoisonJulia: mesn; - mesq l("The usurper has been punished! This is a great day, take this reward as a prize for your loyalty to the old commander!."); + mesq l("The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!."); setq ShipQuests_ChefGado, 4; @@ -142,13 +144,13 @@ l_PoisonJulia: l_QuestComplete: mesn; - mesq l("Oh, it's you. I think it is better we do not talk for a while. They suspect something."); + mesq l("Oh, it's you. I think it's better we do not talk for a while. They suspect something."); close; l_QuestAborted: mesn; - mesq l("You dirty liar. I will add you on the traitors list."); + mesq l("You dirty liar. I will add your name on the traitors list."); close; |