From b738d907f959b5628a62ee4ee8aab37d9b35f931 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 21:16:32 -0300 Subject: Correct hair style listing --- npc/items/mirror.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items/mirror.txt') 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)) && -- cgit v1.2.3-60-g2f50