diff options
Diffstat (limited to 'npc/functions/barber.txt')
-rw-r--r-- | npc/functions/barber.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/barber.txt b/npc/functions/barber.txt index 28f17ec5..8d0a32e3 100644 --- a/npc/functions/barber.txt +++ b/npc/functions/barber.txt @@ -28,12 +28,13 @@ L_Style: "Mane", -, "Bun", -, "Shoulder Length Flick", -, + "Fizzy", -, "Surprise me", -, "Nah, I'm fine", L_Done; L_Process_Style: set @style, @menu - 1; - if (@style == 18) set @style, rand(18); + if (@style == 19) set @style, rand(19); setlook 1, @style; return; |