diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:33:31 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:33:31 -0700 |
commit | a00579f57be4f02cd2a60ecd9468277ba6631e78 (patch) | |
tree | bc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/013-1 | |
parent | c0ba38cd4b68491e28e467889804ebc09c9c002e (diff) | |
download | serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.gz serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.bz2 serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.tar.xz serverdata-a00579f57be4f02cd2a60ecd9468277ba6631e78.zip |
Fix style (split for more readable diff)
Diffstat (limited to 'world/map/npc/013-1')
-rw-r--r-- | world/map/npc/013-1/sagatha.txt | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/world/map/npc/013-1/sagatha.txt b/world/map/npc/013-1/sagatha.txt index 44d531b2..92925dae 100644 --- a/world/map/npc/013-1/sagatha.txt +++ b/world/map/npc/013-1/sagatha.txt @@ -115,7 +115,7 @@ L_next: "Who are you?", L_Next, "What's your name?", L_intro_name, "Hello! My name is " + strcharinfo(0) + ".", L_intro_givename, - "Goodbye.", L_close; + "Goodbye.", L_Close; L_Next: mes "[Witch]"; @@ -124,7 +124,7 @@ L_Next: menu "No, I mean... what's your name?", L_intro_name, "Hello! My name is " + strcharinfo(0) + ".", L_intro_givename, - "Uh.... goodbye.", L_close; + "Uh.... goodbye.", L_Close; L_hat_attack: mes "The witch seems to be trembling with disgust as she stares at your headgear."; @@ -155,7 +155,7 @@ L_intro_givename: next; menu "What's yours?", L_intro_name, - "Uhm... bye.", L_close; + "Uhm... bye.", L_Close; L_evil: mes "The witch's eyes flare up in anger as she notices you, and she turns away from you."; @@ -184,13 +184,12 @@ L_main: "Can you explain magic to me?", L_explain_magic, "Can you teach me more magic?", L_teach, "What do you know about...", L_Question, - "Goodbye.", L_close; - //else - 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, - "Goodbye.", L_close; + "Goodbye.", L_Close; + 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, + "Goodbye.", L_Close; L_teach_initial: if (@good < 2) @@ -431,7 +430,7 @@ L_Q_auldsbel: next; goto L_main; -L_close: +L_Close: close; S_up_astral: |