summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-08-04 03:31:25 +0200
committerReid <reidyaro@gmail.com>2016-08-04 03:33:26 +0200
commit3ee969195f2e870b739320457893f9df2802194f (patch)
tree6bd4810e17fcd48e518454e1a002ae572d2c5cfb /npc
parent0cfea84e99d5ec113a7846eb4550b825676ae415 (diff)
downloadserverdata-3ee969195f2e870b739320457893f9df2802194f.tar.gz
serverdata-3ee969195f2e870b739320457893f9df2802194f.tar.bz2
serverdata-3ee969195f2e870b739320457893f9df2802194f.tar.xz
serverdata-3ee969195f2e870b739320457893f9df2802194f.zip
Add a blank line on the BarberSayStyle inside the speech flag.
Diffstat (limited to 'npc')
-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 b08e52d6..44789f7c 100644
--- a/npc/functions/barber.txt
+++ b/npc/functions/barber.txt
@@ -22,7 +22,7 @@ function script BarberSayStyle {
message strcharinfo(0), l("@@", .@color_name$);
break;
case 3:
- speech 4,
+ speech 5,
l("Your hairstyle is @@ and its color is @@.", .@style_name$, .@color_name$);
break;
}