From 77bfe758b8cca1173367fedda30467c34e29fd43 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 Jan 2020 21:46:47 -0300 Subject: Oups --- npc/003-0/colin.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc') 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); -- cgit v1.2.3-60-g2f50