diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-30 12:18:30 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-30 12:18:30 +0000 |
commit | f17c823d6f91ae535ebcadd8b5b369efea09b772 (patch) | |
tree | de58cdc249b70e95790f8c4eb48668d990f39e90 /npc/013-1_Woodland_hills/sagatha.txt | |
parent | ba376b018e2a05412ae037d4dc976892e61cd088 (diff) | |
download | serverdata-f17c823d6f91ae535ebcadd8b5b369efea09b772.tar.gz serverdata-f17c823d6f91ae535ebcadd8b5b369efea09b772.tar.bz2 serverdata-f17c823d6f91ae535ebcadd8b5b369efea09b772.tar.xz serverdata-f17c823d6f91ae535ebcadd8b5b369efea09b772.zip |
Misc. fixes to magic, mostly suggested/pointed out by Kess
Diffstat (limited to 'npc/013-1_Woodland_hills/sagatha.txt')
-rw-r--r-- | npc/013-1_Woodland_hills/sagatha.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index f1429789..5d59b9de 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -159,12 +159,14 @@ L_main: menu "Can you explain magic to me?", L_explain_magic, "Can you teach me more magic?", L_teach, - "What do you know about...", L_Question; + "What do you know about...", L_Question, + "Goodbye.", L_close; if (!@Q_status) menu "Can you explain magic to me?", L_explain_magic, "Can you teach me magic?", L_teach_initial, - "What do you know about...", L_Question; + "What do you know about...", L_Question, + "Goodbye.", L_close; close; L_teach_initial: |