summaryrefslogtreecommitdiff
path: root/world/map/npc/018-2
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:33:31 -0700
commita00579f57be4f02cd2a60ecd9468277ba6631e78 (patch)
treebc1117ddede14e61b030bfe7a337d323ddea75c2 /world/map/npc/018-2
parentc0ba38cd4b68491e28e467889804ebc09c9c002e (diff)
downloadserverdata-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/018-2')
-rw-r--r--world/map/npc/018-2/caul.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt
index e8143971..73b701f2 100644
--- a/world/map/npc/018-2/caul.txt
+++ b/world/map/npc/018-2/caul.txt
@@ -110,12 +110,12 @@ L_MenuItems:
if (@choice == @C_dementiapotion)
goto L_DemPotion;
if (@choice == @C_bye)
- goto L_close;
+ goto L_Close;
// otherwise the choice is the number of potions-to-brew
set @num, @choice;
if (@num == 0)
- goto L_close;
+ goto L_Close;
goto L_brew;
L_brew:
@@ -188,7 +188,7 @@ L_monster_oil_start:
next;
if (@Q_status == @SETZER_KNOWS_OIL)
menu
- "OK, I'll ask around, perhaps someone else knows.", L_close;
+ "OK, I'll ask around, perhaps someone else knows.", L_Close;
if (@Q_status > @SETZER_KNOWS_OIL)
menu
"Rauk told me the recipe.", L_monster_oil_knows_recipe;
@@ -209,7 +209,7 @@ L_monster_oil_main_menu:
"How does this work?", L_monster_oil_explain,
"Let's start!", L_monster_oil_start_brew,
"Where can I get a golden scorpion stinger?", L_monster_oil_where_gold,
- "I've changed my mind.", L_close;
+ "I've changed my mind.", L_Close;
L_monster_oil_why_dangerous:
mes "[Caul]";
@@ -456,7 +456,6 @@ L_monster_oil_auto_bad:
next;
if (@bubble_mode > 2)
goto L_monster_oil_explode;
-
return;
L_monster_oil_explode:
@@ -522,7 +521,7 @@ L_mopox_cure_overview_menu:
"I'm ready!", L_mopox_cure_setup,
"What are the ingredients?", L_mopox_cure_ingredients,
"How does this work?", L_mopox_cure_howto,
- "I'd rather not try.", L_close;
+ "I'd rather not try.", L_Close;
L_mopox_cure_ingredients:
mes "[Caul]";
@@ -752,7 +751,7 @@ L_DemPotion:
menu
"Please explain to me what you know about that potion.", L_explain_dempo,
"Ok, I will start brewing.", L_brew_dempo_init,
- "Nevermind", L_close;
+ "Nevermind", L_Close;
L_explain_dempo:
mes "[Caul]";
@@ -1003,7 +1002,7 @@ L_ask_quit:
mes "[Caul]";
mes "\"The potion is not ready. You can't just leave now!\"";
menu
- "Please throw away that stupid potion, I'm in a hurry!", L_close,
+ "Please throw away that stupid potion, I'm in a hurry!", L_Close,
"Oh you are right, let me finish it.", L_brew_dempo;
L_check_explosion:
@@ -1083,9 +1082,9 @@ L_calc_dempo_color:
L_NohMask:
mes "[Caul]";
mes "\"I'm sorry, but I didn't. I'm staying in town. Try asking one of the miners.\"";
- goto L_close;
+ goto L_Close;
-L_close:
+L_Close:
set @inspector, 0;
close;