diff options
Diffstat (limited to 'world/map/npc/functions/barber.txt')
-rw-r--r-- | world/map/npc/functions/barber.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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; } |