summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/barber.txt')
-rw-r--r--world/map/npc/functions/barber.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/functions/barber.txt b/world/map/npc/functions/barber.txt
index dbc7614b..311bbb85 100644
--- a/world/map/npc/functions/barber.txt
+++ b/world/map/npc/functions/barber.txt
@@ -138,6 +138,10 @@ L_RandomStyle:
if(@randomStyle[0] == @style && @randomStyle[1] < 15) goto L_RandomStyle;
setlook LOOK_HAIR_STYLE, @randomStyle[0];
setarray @randomStyle[1], 0;
+
+ set .@style$, @HairStyles$[(@randomStyle[0] - 1)];
+ mes "Your new style is " + .@style$;
+
menu
"Surprise me once again", L_RandomStyle,
"Go back", L_MainClear,