From a6060412b86657eb404d3e4e46578bca35103575 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jun 2018 23:36:41 -0300 Subject: Replace NV_FIRSTAID. It got off skill tree, all skills will be lost. --- npc/003-1/jakod.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index 6e03a2407..4066dda04 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -19,7 +19,7 @@ menu rif(!MAGIC_LVL, l("How do I get magic?")), L_HowTo, - rif(MAGIC_LVL >= 1 && !getskilllv(NV_FIRSTAID), l("Can you teach me a basic tier 1 magic skill?")), L_Tier1, + rif(MAGIC_LVL >= 1 && !getskilllv(AL_HEAL), l("Can you teach me a basic tier 1 magic skill?")), L_Tier1, //rif(MAGIC_LVL >= 2 && !getskilllv(EVOL_MASS_PROVOKE), //rif(MAGIC_LVL >= 3 && !getskilllv(AL_TELEPORT), l("Good bye."), -; @@ -57,7 +57,7 @@ L_Tier1: next; mesn; mesq l("Ah... I am too lazy to ask for anything in exchange. Here. Take it. Free."); - skill(NV_FIRSTAID,1,0); + skill(AL_HEAL,1,0); close; OnInit: -- cgit v1.2.3-60-g2f50