Fixed Tests

This commit is contained in:
ZioPao
2023-11-07 17:36:04 +01:00
parent 301603ed68
commit 6c84ab14b7
3 changed files with 15 additions and 7 deletions

View File

@@ -109,6 +109,7 @@ end
---Returns the correct index for the textures of the amputation
---@param isCicatrized boolean
---@return number
---@private
function AmputationHandler:getAmputationTexturesIndex(isCicatrized)
local textureString = self.patient:getHumanVisual():getSkinTexture()
local isHairy = string.find(textureString, "a$")