summaryrefslogtreecommitdiff
path: root/npc/003-0/colin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0/colin.txt')
-rw-r--r--npc/003-0/colin.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/003-0/colin.txt b/npc/003-0/colin.txt
index 7d8bbf77b..720afcbc1 100644
--- a/npc/003-0/colin.txt
+++ b/npc/003-0/colin.txt
@@ -20,6 +20,7 @@
mesc l("Napalm Beat - Spammable AoE Skill");
mesc l("Frost Diver - Attempt to freeze an enemy, dealing damage");
+ mesc l("Fire Walk - Creates a trail of fire, harming any pursuer");
mesc l("Frost Nova - Freeze everything in a range");
mesc l("Note: You can exchange 1 @@ for 3 @@", getitemlink(GemPowder), getitemlink(Quill)), 1;
@@ -29,6 +30,7 @@
l("Magic Strike"), MG_SOULSTRIKE,
l("Napalm Beat"), MG_NAPALMBEAT,
l("Frost Diver"), MG_FROSTDIVER,
+ l("Fire Walk"), SO_FIREWALK,
l("Frost Nova"), WZ_FROSTNOVA,
rif(countitem(GemPowder), l("Exchange Gempowder for Quill")), -1,
l("Cancel"), 0;
@@ -60,8 +62,12 @@
if (!mlearn(MG_FROSTDIVER, 7, 2, Quill, 1))
mesc l("You do not meet all requisites for this skill."), 1;
break;
+ case SO_FIREWALK:
+ if (!mlearn(SO_FIREWALK, 2, 2, Lockpicks, 1))
+ mesc l("You do not meet all requisites for this skill."), 1;
+ break;
case WZ_FROSTNOVA:
- if (!mlearn(WZ_FROSTNOVA, 7, 3, Quill, 1))
+ if (!mlearn(WZ_FROSTNOVA, 4, 3, Quill, 1))
mesc l("You do not meet all requisites for this skill."), 1;
break;
default: