summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-12 11:10:13 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-12 11:10:13 +0200
commitc65540ebecf824583c4b95a66ac7c9bca9791348 (patch)
tree0d41ae9c3d5d863d2139e694f05ad209f5dc24f5 /npc
parentff3fd7758cdcdcf5415221cad1392a49d7e4a0eb (diff)
downloadserverdata-c65540ebecf824583c4b95a66ac7c9bca9791348.tar.gz
serverdata-c65540ebecf824583c4b95a66ac7c9bca9791348.tar.bz2
serverdata-c65540ebecf824583c4b95a66ac7c9bca9791348.tar.xz
serverdata-c65540ebecf824583c4b95a66ac7c9bca9791348.zip
In barber's script typo: String Green -> Spring Green. Reported by Micksha.
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 828b86dd..a35ed9be 100644
--- a/npc/functions/barber.txt
+++ b/npc/functions/barber.txt
@@ -87,7 +87,7 @@ function script BarberChangeColor {
rif(.@get_look != 14, l("Navy blue")), 14,
rif(.@get_look != 15, l("Lagoon blue")), 15,
rif(.@get_look != 16, l("Twisted teal")), 16,
- rif(.@get_look != 17, l("String Green")), 17,
+ rif(.@get_look != 17, l("Spring Green")), 17,
rif(.@get_look != 18, l("Forest Green")), 18,
rif(.@get_look != 19, l("Silver Grey")), 19,
rif(.@get_look != 20, l("Esperia Blue")), 20,