summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/027-2/colin.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/027-2/colin.txt b/npc/027-2/colin.txt
index c2fe89c58..c5fb69939 100644
--- a/npc/027-2/colin.txt
+++ b/npc/027-2/colin.txt
@@ -106,11 +106,15 @@ function standardMagic {
mes l(".:: Frost Nova ::.");
mesc l("Basic ice area attack. May freeze targets.");
mes "";
+ mes l(".:: Firewalk ::.");
+ mesc l("Superior damage on enemies who walk over the fire.");
+ mes "";
menuint
l("Fireball"), TMW2_FIREBALL,
l("Holy Light"), TMW2_HOLYLIGHT,
l("Lightning Bolt"), TMW2_LIGHTNINGBOLT,
l("Frost Nova"), TMW2_FROSTNOVA,
+ l("Firewalk"), SO_FIREWALK,
l("Cancel"), 0;
return;
}