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.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt
index a2afb2d3..a1075fbc 100644
--- a/npc/001-1_Tulimshar/elanore.txt
+++ b/npc/001-1_Tulimshar/elanore.txt
@@ -176,7 +176,7 @@ L_Lifestones_Trade:
delitem "GambogeHerb", 10;
delitem "AlizarinHerb", 10;
delitem "CobaltHerb", 10;
- getitem "LifeStone", 5;
+ getitem "Lifestone", 5;
getexp 200, 1;
mes "[Elanore the Healer]";
mes "Elanore carefully goes over your leaves, then smiles.";
@@ -263,10 +263,10 @@ L_Teach_Initial:
next;
getinventorylist;
- if ((@inventorylist_count == 100) && (countitem("LifeStone") == 0))
+ if ((@inventorylist_count == 100) && (countitem("Lifestone") == 0))
goto L_Teach_Initial_Noroom;
- getitem "LifeStone", 1;
+ getitem "Lifestone", 1;
set @Q_status, @STATUS_LEARNED_LIGHT_HEAL;
callsub S_update_var;
@@ -499,7 +499,7 @@ L_Teach_AdvanceTo3Ready:
mes "\"Please come back soon; there is more that I would like to teach you.\"";
next;
set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_ELANORE_OMAR;
- getitem "LifeStone", 20;
+ getitem "Lifestone", 20;
goto L_Main;