From 7f9a54a66d661d637d5ed99ad0492487a4de7e08 Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 3 Feb 2015 22:58:33 -0500 Subject: add Rill's contributions --- world/map/npc/functions/barber.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'world/map/npc/functions/barber.txt') diff --git a/world/map/npc/functions/barber.txt b/world/map/npc/functions/barber.txt index e7491cf3..2b2beba0 100644 --- a/world/map/npc/functions/barber.txt +++ b/world/map/npc/functions/barber.txt @@ -133,7 +133,7 @@ L_SameColor: mes "You are either bald or your hair is already that color."; goto L_Main; -L_Done: +S_Janitor: // cleanup set @menu, 0; set @style, 0; @@ -143,4 +143,8 @@ L_Done: set @hairOpts, 0; set @colorOpts, 0; return; + +L_Close: + callsub S_Janitor; + return; } -- cgit v1.2.3-60-g2f50