fix female skins in wardrobe when 3d armor is installed

This commit is contained in:
Vanessa Ezekowitz 2015-07-27 06:51:32 -04:00
parent e492780510
commit 3e26b64d94
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ homedecor.register("wardrobe", {
break
elseif fields["fe"..skins[i]] then
if armor_mod then
armor.textures[playerName].skin = "fe"..skins[i]..".png"
armor.textures[playerName].skin = "homedecor_clothes_fe"..skins[i]..".png"
armor:update_player_visuals(sender)
break
end