pushing before fucking everything up

This commit is contained in:
ZioPao
2023-11-14 01:46:12 +01:00
parent 33299b0779
commit 150772e252
4 changed files with 51 additions and 7 deletions

View File

@@ -94,7 +94,6 @@ end
Events.OnPlayerGetDamage.Add(PlayerHandler.CheckInfection)
--* Events *--
---Updates the cicatrization process, run when a limb has been cut
function PlayerHandler.UpdateCicatrization()
if ModDataHandler.GetInstance():getIsAnyLimbCut() == false then return end
@@ -103,6 +102,7 @@ function PlayerHandler.UpdateCicatrization()
end
------------------------------------------
--* OVERRIDES *--