diff options
author | Ali-G <gauvain@devil.(none)> | 2011-02-25 11:09:38 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-01 17:12:44 +0100 |
commit | 255a9776e5c4988ce0da19f8a11e2fc6441e6293 (patch) | |
tree | 7ce90e76c9bb38c2b092e0e20d3f8ff3d7fe01ef /npc/functions | |
parent | 8ae55ea93f7f5aaaa1cfca426b7a0d0519017f11 (diff) | |
download | serverdata-255a9776e5c4988ce0da19f8a11e2fc6441e6293.tar.gz serverdata-255a9776e5c4988ce0da19f8a11e2fc6441e6293.tar.bz2 serverdata-255a9776e5c4988ce0da19f8a11e2fc6441e6293.tar.xz serverdata-255a9776e5c4988ce0da19f8a11e2fc6441e6293.zip |
Add 17th haircut to the barber. Name : Shoulder Length Flick
Diffstat (limited to 'npc/functions')
-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 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; |