diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 16:40:45 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 16:40:45 +0000 |
commit | 34d97ad8e590d40c8cd90aeb6caa0936b84885a6 (patch) | |
tree | 4f0cb1523ce7392994f4ecb92b2b77174d627a31 /npc/quests/skills/mage_skills.txt | |
parent | 1b28f3cc0bc670b82e71d12ad67e263f4e04d1f3 (diff) | |
download | hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.tar.gz hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.tar.bz2 hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.tar.xz hercules-34d97ad8e590d40c8cd90aeb6caa0936b84885a6.zip |
Some typo fixes by IVBela.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6015 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills/mage_skills.txt')
-rw-r--r-- | npc/quests/skills/mage_skills.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/skills/mage_skills.txt b/npc/quests/skills/mage_skills.txt index fe79c2ca9..90c0ddd28 100644 --- a/npc/quests/skills/mage_skills.txt +++ b/npc/quests/skills/mage_skills.txt @@ -14,6 +14,7 @@ //= 1.2 Added Baby Class Support [Lupus]
//= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
//= 1.4 Fixed exploit [Lupus]
+//= 1.4a Fixed some typos [IVBela]
//============================================================
@@ -36,14 +37,14 @@ L_Start: M_0:
mes "[BLIZZARDRISS]";
- mes "For many years I studied the ancient magic of Geffen, and I recently re-discovered a forgotten magic spell that is quite usefull.";
+ mes "For many years I studied the ancient magic of Geffen, and I recently re-discovered a forgotten magic spell that is quite useful.";
next;
mes "[BLIZZARDRISS]";
- mes "The spell uses your 'pyscho-kenetic energy' to 'coat' your body in a magical shield, protecting you from enemy attacks.";
+ mes "The spell uses your 'pyschokinetic energy' to 'coat' your body in a magical shield, protecting you from enemy attacks.";
next;
mes "[BLIZZARDRISS]";
mes "Only highly trained magic users can learn this amazing spell.";
- mes "Those who want to use this spell must tap into the hidden energies and abilities burried deep within!";
+ mes "Those who want to use this spell must tap into the hidden energies and abilities buried deep within!";
next;
mes "[BLIZZARDRISS]";
mes "The spell is called ^5555FF'Energy Coat'^000000!. Would you like me to teach it to you?";
@@ -111,6 +112,6 @@ L_GetSkill: close;
L_GotSkill:
- mes "Well hello there. The 'Energy Coat' skill is great isn't it? Anyway, good luck with your journey.";
+ mes "Well hello there. The 'Energy Coat' skill is great, isn't it? Anyway, good luck with your journey.";
close;
}
|