From 23518b19a828eb36e56c0cb0cd4a8f8778934ad6 Mon Sep 17 00:00:00 2001 From: Fate Date: Sun, 11 Jan 2009 14:24:01 -0700 Subject: Fixed a number of remaining bugs --- npc/001-1_Tulimshar/elanore.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index 729a41bf..bd601104 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -209,7 +209,7 @@ L_Lifestones_MakeSelf: if (@has_magic >= 2) mes "\"Oh, but of course! You are powerful enough to make your own lifestones, using the enchantment '" + getspellinvocation("enchant-lifestone") + "'. This will consume a bug leg or a maggot slime or one of each of the four healing herbs, though.\""; if (@has_magic < 2) - mes "\"No, you are not powerful enough yet. Please come back and ask me again when you have learned to control more powerful magic, though!.\""; + mes "\"No, you are not powerful enough yet. Please come back and ask me again when you have learned to control more powerful magic, though!\""; next; close; @@ -305,7 +305,7 @@ L_Teach_AdvanceTo2_skip: callsub S_update_var; getexp 5000, 0; if (getskilllv(SKILL_MAGIC_LIFE) < 2) - skill SKILL_MAGIC_LIFE, 2; + setskill SKILL_MAGIC_LIFE, 2; close; L_Teach_CheckAdvanceTo2_fail: @@ -335,11 +335,10 @@ L_Teach_CheckAdvanceToLOH: mes "[Elanore the Healer]"; mes "\"This will let your own life force flow into the person you are healing. If you are badly injured yourself, you will not be able to do this.\""; mes "[1000 experience points]"; - next; - getexp 1000, 0; set @Q_status, @STATUS_LEARNED_LAY_ON_HANDS; callsub S_update_var; + next; close; L_Teach_LOH_advance_abort0: -- cgit v1.2.3-70-g09d2