summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/bleacher.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/bleacher.txt')
-rw-r--r--world/map/npc/001-1/bleacher.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt
index 4b4ebdb2..b3122816 100644
--- a/world/map/npc/001-1/bleacher.txt
+++ b/world/map/npc/001-1/bleacher.txt
@@ -12,7 +12,7 @@
menu
"I'd like to bleach something", -,
- "No thanks", L_close;
+ "No thanks", L_Close;
L_bleach_menu:
mes "[Candide]";
@@ -39,7 +39,7 @@ L_bleach_menu:
"Red lined sorcerer robe", L_red_lined_sorcerer_robe,
"Bowler hat (brown)", L_bowler_hat_brown,
"Nevermind", -;
- goto L_close;
+ goto L_Close;
L_cottonshirt:
set @normal, 1202;
@@ -168,7 +168,7 @@ L_again:
menu
"Yes", L_bleach_menu,
- "No", L_close;
+ "No", L_Close;
L_no_item:
mes "[Candide]";
@@ -181,18 +181,19 @@ L_no_ash:
mes "[Candide]";
mes "\"You don't have enough ash for me to bleach anything.";
mes "I need three piles.\"";
- next;
-
- goto L_close;
+ goto L_Close;
L_no_money:
mes "[Candide]";
mes "\"You don't have enough gold for me to bleach anything.";
mes "I need 5,000 GP for supplies.\"";
- next;
+ goto L_Close;
-L_close:
+L_Close:
mes "[Candide]";
mes "\"Come again.\"";
+ set @normal, 0;
+ set @dyeBase, 0;
+ set @del, 0;
close;
}