diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-09 18:19:26 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-09 18:19:26 +0000 |
commit | cee8548dbe150ee40cd6cb5307a0dde12e6e47da (patch) | |
tree | f3e60f791741bb1f8d7372223066c03c8abed6a3 /npc | |
parent | 16496f556a38e624dc75a61097ce4d9b6c370d0b (diff) | |
download | hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.gz hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.bz2 hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.xz hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.zip |
Small typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9638 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/quests/kiel_quest.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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){ |