Reworked textures for HealthPanel

This commit is contained in:
ZioPao
2023-11-17 02:29:33 +01:00
parent 3418378139
commit 18dc61f552
18 changed files with 37 additions and 27 deletions

View File

@@ -221,7 +221,7 @@ function PlayerHandler.UpdateCicatrization()
TOC_DEBUG.print("updating cicatrization for " .. tostring(limbName))
if cicTime > 0 then
cicTime = cicTime - 60 -- 1 per minute, each cicatrizationTime is divisible by 60
cicTime = cicTime - 1
modDataHandler:setCicatrizationTime(limbName, cicTime)
TOC_DEBUG.print("new cicatrization time: " .. tostring(cicTime))
if cicTime < 0 then