diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-30 11:38:50 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-30 11:39:03 +0400 |
commit | 308b9b06e45828906246dd7d06807844a555afa7 (patch) | |
tree | 2091b057f5faaafd91bd12848cb22821a72d4ef6 /npc | |
parent | c84531261ec5766b7d974f1e9e0f8c27ad32a1a2 (diff) | |
download | serverdata-308b9b06e45828906246dd7d06807844a555afa7.tar.gz serverdata-308b9b06e45828906246dd7d06807844a555afa7.tar.bz2 serverdata-308b9b06e45828906246dd7d06807844a555afa7.tar.xz serverdata-308b9b06e45828906246dd7d06807844a555afa7.zip |
Small language fixes in gado and julia scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 92f55de3..3a40a490 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -255,7 +255,7 @@ l_Rumors: setq ShipQuests_ChefGado, 6; mes ""; mesn; - mesq l("I'm glad you are on my side."); + mesq l("I'm glad you're on my side."); next; mesq l("Take this money as a reward for your nice words."); set zeny, zeny + 40; diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 97776a73..a9138765 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -128,7 +128,7 @@ l_GotAll: next; mesq l("Water, salt, spicy herbs and meat stuffed with my special surprise!"); next; - mesq l("Done. Here, take it! Now here is the plan. Go talk with her and offer our beautiful lady a bite of her arrogance!"); + mesq l("Done. Here, take it! Now, here is the plan. Go talk to her and offer our beautiful lady a bite of her arrogance!"); setq ShipQuests_ChefGado, 2; getitem "PoisonedDish", 1; @@ -175,7 +175,7 @@ l_QuestComplete: l_Aborting: mesn; - mesq l("Wait? Why do you still have this dish with you?"); + mesq l("Wait? Why do you still have the dish with you?"); next; menu @@ -185,7 +185,7 @@ l_Aborting: mesn; mesq l("Are you mad?!"); next; - mesq lg("Give me back this dish now, you dirty liar!"); + mesq lg("Give me back this dish, you dirty liar!"); if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1; @@ -196,7 +196,7 @@ l_Aborting: l_QuestAborted: mesn; - mesq lg("You're like the rest of this filthy crew. Your name is already on the traitors list."); + mesq lg("You're like the rest of this filthy crew. Your name is now on the traitors list!"); close; |