From 308b9b06e45828906246dd7d06807844a555afa7 Mon Sep 17 00:00:00 2001 From: Alige Date: Wed, 30 Jan 2013 11:38:50 +0400 Subject: Small language fixes in gado and julia scripts. --- npc/000-2-0/julia.txt | 2 +- npc/000-2-1/chefgado.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2