From cee8548dbe150ee40cd6cb5307a0dde12e6e47da Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 9 Jan 2007 18:19:26 +0000 Subject: Small typo fixes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9638 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/quests/kiel_quest.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/custom') diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt index cfc22e588..7633aaa69 100644 --- a/npc/custom/quests/kiel_quest.txt +++ b/npc/custom/quests/kiel_quest.txt @@ -15,7 +15,7 @@ prontera.gat,157,168,2 script Kiel Capry 68,{ mes "[Kiel Capry]"; mes callfunc("F_Hi"); - mes "Help us! Everybody's evacuated! There's an accident in my father's University..."; + mes "Help us! Everybody's evacuated! There's been an accident in my father's University..."; if(rand(2))close; specialeffect 417; next; @@ -33,8 +33,8 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{ mes "[Kiel Carlo]"; mes callfunc("F_Hi"); mes "We have evacuated all the students!"; - mes "What? Are you going to jump in the lift tunnel, just in hands of the gone bad robots?"; - mes "Well... we nedd money. Will you pay 10.000z?"; + mes "What? Are you going to jump in the lift tunnel, right into the hands of those gone bad robots?"; + mes "Well... we need money. Will you pay 10.000z?"; next; emotion e_hmm; menu "Yep.",M_GO, "No way!",-; @@ -45,8 +45,8 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{ M_GO: mes "[Kiel Carlo]"; - mes "I never let you go if you don't meet these conditions:"; - mes "1. You have to be 70 Base Level or upper."; + mes "I refuse let you enter if you don't meet these conditions:"; + mes "1. You have to be 70 Base Level or higher."; mes "2. You have to donate 10.000 zeny."; next; if(BaseLevel<70 || Zeny<10000){ -- cgit v1.2.3-60-g2f50