From 5b46efd1d31fa5c2565e5674b9dea49a22596d4d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 31 Aug 2019 13:42:32 -0300 Subject: Rebalance: Dark Illusion (ie. Sudden Attack) At level 3 it works like a bow --- npc/003-0/trickmaster.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index 519b152f8..3860dadd8 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -23,7 +23,6 @@ "fullthrottle", ALL_FULL_THROTTLE, "darkillusion", GC_DARKILLUSION, "trickdead", NV_TRICKDEAD, - //"firewalk", SO_FIREWALK, "Cancel", 0; mes ""; setskin ""; @@ -50,17 +49,13 @@ mesc l("You do not meet all requisites for this skill."), 1; break; case GC_DARKILLUSION: - if (!mlearn(GC_DARKILLUSION, 1, 2, Lockpicks, 1)) + if (!mlearn(GC_DARKILLUSION, 3, 2, Lockpicks, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; case NV_TRICKDEAD: if (!mlearn(NV_TRICKDEAD, 1, 2, Lockpicks, 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; default: if (@menuret) Exception("ERROR skill not implemented", RB_DEFAULT|RB_SPEECH); -- cgit v1.2.3-70-g09d2