summaryrefslogtreecommitdiff
path: root/npc/functions/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/barber.txt')
-rw-r--r--npc/functions/barber.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/barber.txt b/npc/functions/barber.txt
index fe4da797..828b86dd 100644
--- a/npc/functions/barber.txt
+++ b/npc/functions/barber.txt
@@ -47,7 +47,7 @@ function script BarberChangeStyle {
case 0:
do
{
- .@rand_hair = rand(1,29);
+ .@rand_hair = rand(1,28);
} while (.@rand_hair == getlook (LOOK_HAIR));
setlook LOOK_HAIR, .@rand_hair;
setlook LOOK_HAIR_COLOR, getlook (LOOK_HAIR_COLOR);