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 03ce9a53..ca1b7f6e 100644 --- a/npc/functions/barber.txt +++ b/npc/functions/barber.txt @@ -27,6 +27,7 @@ L_Style: "Wave", -, "Mane", -, "Bun", -, + "Surprise me", -, "Nah, I'm fine", L_Done; L_Process_Style: @@ -48,7 +49,7 @@ L_Color: "Blue", -, "Dark purple", -, "Black", -, - "Supprise me", -, + "Surprise me", -, "Nah, I'm fine", L_Done; set @color, @menu - 1; if (@color == 11) set @color, rand(11); |