From 255a9776e5c4988ce0da19f8a11e2fc6441e6293 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Fri, 25 Feb 2011 11:09:38 +0100 Subject: Add 17th haircut to the barber. Name : Shoulder Length Flick --- npc/functions/barber.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2