summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/barber.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/barber.txt b/npc/functions/barber.txt
index ca1b7f6e..28f17ec5 100644
--- a/npc/functions/barber.txt
+++ b/npc/functions/barber.txt
@@ -27,12 +27,13 @@ L_Style:
"Wave", -,
"Mane", -,
"Bun", -,
+ "Shoulder Length Flick", -,
"Surprise me", -,
"Nah, I'm fine", L_Done;
L_Process_Style:
set @style, @menu - 1;
- if (@style == 17) set @style, rand(17);
+ if (@style == 18) set @style, rand(18);
setlook 1, @style;
return;