diff options
Diffstat (limited to 'npc/003-0-1/colin.txt')
-rw-r--r-- | npc/003-0-1/colin.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index e0db3589a..d4b055892 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -18,13 +18,13 @@ // Sanity check if (getskilllv(WIZARD_MAGE) >= 1) { mesn; - mesq l("The Warriors have three other subclasses:"); - mesn lg("Paladin"); - mesc l("The well-round guy, with reasonable def and attack. Approximate from the Priest."); - mesn lg("Berserker"); - mesc l("The full-attack guy. Two hand swords works best!"); - mesn lg("Tanker"); - mesc l("The full-defense guy. Most skills require a shield."); + mesq l("The Wizards have three other subclasses:"); + mesn lg("Wizard"); + mesc l("The offensive guy, with every attack skill a mage could need."); + mesn lg("Sage"); + mesc l("The wise guy, which doesn't relies on magic, and loves summon."); + mesn lg("Priest"); + mesc l("The defensive guy, with every support skill a mage could need."); } close; |