Figured out placing textures + male textures

This commit is contained in:
ZioPao
2023-11-17 13:17:19 +01:00
parent ebd128c710
commit 38141bc5db
14 changed files with 38 additions and 9 deletions

View File

@@ -221,7 +221,7 @@ function PlayerHandler.UpdateCicatrization()
TOC_DEBUG.print("updating cicatrization for " .. tostring(limbName))
if cicTime > 0 then
cicTime = cicTime - 1
cicTime = cicTime - (SandboxVars.TOC.CicatrizationSpeed)
modDataHandler:setCicatrizationTime(limbName, cicTime)
TOC_DEBUG.print("new cicatrization time: " .. tostring(cicTime))
if cicTime < 0 then