From 7bc26675a2283a8aae71539dcb8855c78d633797 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Jul 2020 12:18:15 -0300 Subject: Add Firewalk option to Colin --- npc/027-2/colin.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/027-2') 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; } -- cgit v1.2.3-60-g2f50