diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
commit | f8940c74683681af37179e1fe6c471c0f290528b (patch) | |
tree | 89b14a4611944ab3f95e560a84832adc9388cc6f /npc/custom/adoption.txt | |
parent | 000e370318c50a8f0dd224d92e450f1613ba6e18 (diff) | |
download | hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.gz hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.bz2 hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.xz hercules-f8940c74683681af37179e1fe6c471c0f290528b.zip |
More typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/adoption.txt')
-rw-r--r-- | npc/custom/adoption.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt index 9e2490d5c..7c90a1772 100644 --- a/npc/custom/adoption.txt +++ b/npc/custom/adoption.txt @@ -84,7 +84,7 @@ A_Cannot: A_Yes: mes "[Oliver]"; mes "Good to hear it!"; - mes "But do you meet the requirments for adoption?"; + mes "But do you meet the requirements for adoption?"; next; mes "[Oliver]"; mes "We can't just give out babies at the drop of a hat."; @@ -143,17 +143,17 @@ prt_church.gat,172,177,3 script Adoption Lady 103,{ mes "[Inanna]"; deltimer "timeadopt::OnAdopt"; addtimer 300000,"timeadopt::OnAdopt"; - mes "So you think you meet our strict requirments?"; + mes "So you think you meet our strict requirements?"; mes "Let's see here, are you over level 70?"; next; menu "Yes, I am over level 70",A_lvl,"No, sorry to bother you",-; mes "[Inanna]"; - mes "Oh, I am sorry to hear that, please return when you meet this requirment."; - callfunc "AdoptReset","the parent didnt meet level requirments"; + mes "Oh, I am sorry to hear that, please return when you meet this requirement."; + callfunc "AdoptReset","the parent didn't meet level requirements"; close; A_SeeFriend: mes "[Inanna]"; - mes "Seems you havent talked to my friend here."; + mes "Seems you haven't talked to my friend here."; mes "He will refer you to me, when he thinks you are ready."; close; A_lvl: @@ -163,7 +163,7 @@ A_lvl: next; mes "[Inanna]"; mes "I can't give a baby to you"; - callfunc "AdoptReset","the parent didnt meet level requirments"; + callfunc "AdoptReset","the parent didn't meet level requirements"; close; A_lvlpassed: mes "[Inanna]"; @@ -183,7 +183,7 @@ A_lvlpassed: close; A_Noring: mes "[Inanna]"; - mes "I can't believe you are in a loving marrige when you don't have your ring on you at all times!!!"; + mes "I can't believe you are in a loving marriage when you don't have your ring on you at all times!!!"; next; mes "[Inanna]"; mes "I don't believe you deserve a baby."; @@ -240,7 +240,7 @@ A_agree: if(BaseLevel >= 70) goto A_lvltwo; mes "[Inanna]"; mes "Sorry you are not over level 70."; - callfunc "AdoptReset","the 2nd parent didnt meet the level requirments"; + callfunc "AdoptReset","the 2nd parent didn't meet the level requirements"; close; A_lvltwo: if ( countitem(2634)>0 || countitem(2635)>0 ) goto A_Wedringtwo; @@ -251,7 +251,7 @@ A_lvltwo: A_Wedringtwo: if (getchildid()>0) goto A_AlreadyHaveBaby; mes "[Inanna]"; - mes "You have checked out, and have passed all the requirments."; + mes "You have checked out, and have passed all the requirements."; mes "All you need is a novice to adopt."; next; mes "[Inanna]"; @@ -295,7 +295,7 @@ A_FinalTest: mes "[Inanna]"; mes "Please calm down."; mes "I will try and find better parents for you next time."; - callfunc "AdoptReset","the novice didnt want to be adopted"; + callfunc "AdoptReset","the novice didn't want to be adopted"; close; A_BabyYes: mes "[Inanna]"; |