summaryrefslogtreecommitdiff
path: root/npc/items/mirror.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/mirror.txt')
-rw-r--r--npc/items/mirror.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/mirror.txt b/npc/items/mirror.txt
index db673011..5cebed68 100644
--- a/npc/items/mirror.txt
+++ b/npc/items/mirror.txt
@@ -3,7 +3,7 @@ function script useMirror {
L_Rand:
.@mirror_rnd = .@mirror_rnd + 1;
- @style = rand2(1,getarraysize($@hairstyle$)-1);
+ @style = rand2(1, getarraysize($@hairstyle$)-1);
@color = rand2(getarraysize($@haircolor$));
if (((getlook(LOOK_HAIR_STYLE) == @style) ||
(getlook(LOOK_HAIR_COLOR) == @color)) &&