summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/elanore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/elanore.txt')
-rw-r--r--npc/001-1_Tulimshar/elanore.txt7
1 files changed, 3 insertions, 4 deletions
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: