diff options
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: |