Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bald Bug fix #4

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _metadata
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"requires" : [],
"steamContentId" : "1356955138",
"tags" : "Crafting and Building|NPCs and Creatures|Weapons|Ships|Species|Furniture and Objects|Character Improvements|Food and Farming|Armor and Clothes",
"version" : "1.4.4.3.4"
"version" : "1.4.4.3.5"
}
2 changes: 1 addition & 1 deletion armorAdapt/armorAdaptBuilder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function build(directory, config, parameters, level, seed)

if parameters.itemTags ~= nil and parameters.itemTags[4] == "head" then
config = util.mergeTable({ }, config)
local mask = parameters.mask
local mask = string.format("/items/armors/armorAdapt/%s/%s/%s/mask.png", parameters.itemTags[2], parameters.itemTags[5], parameters.itemTags[3])
local maleFrames = parameters.maleFrames
local femaleFrames = parameters.femaleFrames
if root.imageSize(mask)[1] <= 43 then
Expand Down