This commit is contained in:
Pao
2023-02-03 14:19:36 +01:00
parent 88620ca321
commit c19a586110
14 changed files with 501 additions and 496 deletions

View File

@@ -117,6 +117,16 @@ local function SetHealthStatusForBodyPart(part_data, part_name, player)
end
--Wound cleanliness
-- TODO we need to check the upper body part since that's what getting wounded eheh
local amputated_limb_item = TocGetAmputationItemInInventory(player, part_name)
--getDirtyness
-- Cicatrization check
if not part_data[part_name].is_cicatrized then
if part_data[part_name].cicatrization_time < 0 then