diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-11 17:47:07 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-11 17:47:07 -0700 |
commit | 056fc24010643c76e5c97e24f09c095d7b36caca (patch) | |
tree | 610dd383962146c29615c5a5d881049f69b8f134 /npc/001-1_Tulimshar | |
parent | 23518b19a828eb36e56c0cb0cd4a8f8778934ad6 (diff) | |
download | serverdata-056fc24010643c76e5c97e24f09c095d7b36caca.tar.gz serverdata-056fc24010643c76e5c97e24f09c095d7b36caca.tar.bz2 serverdata-056fc24010643c76e5c97e24f09c095d7b36caca.tar.xz serverdata-056fc24010643c76e5c97e24f09c095d7b36caca.zip |
Improvements to Elanore's description of the enchant-lifestone spell
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 17 |
1 files changed, 14 insertions, 3 deletions
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; |