diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-25 17:28:22 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-25 17:28:22 +0000 |
commit | 60f058e32d8197572cb847dd4202fa9609e43904 (patch) | |
tree | 66576b5b5252165ef971d15005e5f0f1438e6a0f /npc/001-1_Tulimshar | |
parent | 4b353e978cccec57dc4bc1a065c86642dd6d936d (diff) | |
download | serverdata-60f058e32d8197572cb847dd4202fa9609e43904.tar.gz serverdata-60f058e32d8197572cb847dd4202fa9609e43904.tar.bz2 serverdata-60f058e32d8197572cb847dd4202fa9609e43904.tar.xz serverdata-60f058e32d8197572cb847dd4202fa9609e43904.zip |
Fix a bug in Elanore's dialog
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index 5179760b..bc565fb2 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -200,8 +200,6 @@ L_Lifestones_MakeSelf: mes "[Elanore the Healer]"; if (@has_magic < 2) 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.\""; |