From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/013-1/sagatha.txt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'world/map/npc/013-1/sagatha.txt') 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: -- cgit v1.2.3-60-g2f50