From db8a1806adf7142d6cd9a719ed0f7ae1e8937716 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Tue, 12 Apr 2011 14:51:09 +0200 Subject: Changed the barber's script to add the new 18th haircut. Done by Ali-G. --- npc/functions/barber.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/functions/barber.txt') 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; -- cgit v1.2.3-70-g09d2