diff options
Diffstat (limited to 'npc/003-0/colin.txt')
-rw-r--r-- | npc/003-0/colin.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-0/colin.txt b/npc/003-0/colin.txt index 24be2f956..207267dbc 100644 --- a/npc/003-0/colin.txt +++ b/npc/003-0/colin.txt @@ -32,6 +32,7 @@ l("Frost Diver"), MG_FROSTDIVER, l("Fire Walk"), SO_FIREWALK, l("Frost Nova"), WZ_FROSTNOVA, + rif(getskilllv(MG_SOULSTRIKE), l("Lightining Bolt")), MG_LIGHTNINGBOLT, rif(countitem(GemPowder), l("Exchange Gempowder for Quill")), -1, l("Cancel"), 0; mes ""; @@ -70,6 +71,10 @@ if (!mlearn(WZ_FROSTNOVA, 4, 3, Quill, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; + case MG_LIGHTNINGBOLT: + if (!mlearn(MG_LIGHTNINGBOLT, 4, 1, Quill, 1)) + mesc l("You do not meet all requisites for this skill."), 1; + break; default: if (@menuret) Exception("ERROR skill not implemented", RB_DEFAULT|RB_SPEECH); |