From 0aa9691a84b2da2788477356ba0645f2720344ec Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Fri, 27 Nov 2020 22:22:42 +0000 Subject: [PATCH] Update 'mods/mobs_npc/villager.lua' --- mods/mobs_npc/villager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mobs_npc/villager.lua b/mods/mobs_npc/villager.lua index 38d2afe6..ad347056 100644 --- a/mods/mobs_npc/villager.lua +++ b/mods/mobs_npc/villager.lua @@ -61,7 +61,7 @@ local female_pants = {'pants1-blue.png', 'pants1-grey.png'} for i = 1, 100 do table.insert(human.male_skins, { - human_skin[math.random(2)] .. '^' + human_skin[math.random(6)] .. '^' .. human_male_eyes[math.random(3)] .. '^' .. male_shirt[math.random(4)] .. '^' .. male_shoes[math.random(2)] .. '^' @@ -73,7 +73,7 @@ end for i = 1, 100 do table.insert(human.female_skins, { - human_skin[math.random(2)] .. '^' + human_skin[math.random(6)] .. '^' .. human_female_eyes[math.random(3)] .. '^' .. female_shirt[math.random(4)] .. '^' .. female_shoes[math.random(2)] .. '^'