Fixed a lot of stuff, broke a lot of stuff

This commit is contained in:
Pao
2023-01-11 20:47:54 +01:00
parent 2486442a19
commit fca316299d
5 changed files with 149 additions and 86 deletions

View File

@@ -87,7 +87,6 @@ end
function UpdatePlayerHealth(player, modData)
local bodyDamage = player:getBodyDamage()
--local partNames = {"RightHand", "RightForearm", "RightArm", "LeftHand", "LeftForearm", "LeftArm"}
if player:HasTrait("Insensitive") then bodyDamage:setPainReduction(49) end