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/jobs/2-2/dancer.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/jobs/2-2/dancer.txt')
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index 0b82b180a..459e93c94 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -581,7 +581,7 @@ Lcheckpt: mes "You got a total of "+@dcpoint+" points......"; if ((@dcpoint >= 80) && (DANC_Q == 5)) goto LpointOK; if ((@dcpoint >= 70) && (DANC_Q == 6)) goto LpointOK; - mes "I am going to need to disqualify you, cause you didnt reach the required ammount."; + mes "I am going to need to disqualify you, because you didn't reach the required ammount."; next; mes "[Bijou]"; mes "You are allowed to take the test again if you like, for no extra charge."; @@ -591,7 +591,7 @@ Lcheckpt: close; LpointOK: if (@dcpoint == 100) mes "That is amazing, 100% correct."; - if (@dcpoint != 100) mes "Even though you didnt get all the questions right, you have still passed."; + if (@dcpoint != 100) mes "Even though you didn't get all the questions right, you have still passed."; next; mes "[Bijou]"; mes "The next thing you need to do is pass a physical test of speed and timing"; |