From 056fc24010643c76e5c97e24f09c095d7b36caca Mon Sep 17 00:00:00 2001 From: Fate Date: Sun, 11 Jan 2009 17:47:07 -0700 Subject: Improvements to Elanore's description of the enchant-lifestone spell --- npc/001-1_Tulimshar/elanore.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'npc/001-1_Tulimshar/elanore.txt') diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index bd601104..a303af19 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -206,10 +206,21 @@ L_Lifestones_Trade_Missing: L_Lifestones_MakeSelf: mes "[Elanore the Healer]"; - 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!\""; + goto L_Lifestones_MakeSelf_no; + next; + close; + +L_Lifestones_MakeSelf_yes: + 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.\""; + next; + mes "[Elanore the Healer]"; + mes "\"You will have to make sure that your powers are pure, though, either by wearing a white robe or some other special magical item that does this for you.\""; + next; + close; + +L_Lifestones_MakeSelf_no: + 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; -- cgit v1.2.3-60-g2f50