added some todos

This commit is contained in:
Pao
2023-01-27 01:10:21 +01:00
parent 5b32bd20bb
commit 626e3a0848
2 changed files with 4 additions and 3 deletions

View File

@@ -101,9 +101,9 @@ local function SetHealthStatusForBodyPart(part_data, part_name, player)
body_part:setAdditionalPain(ZombRand(1, added_pain))
end
-- Reapplies bandages after the whole ordeal
-- TODO not sure if this still works
--body_part_type:setBandaged(true, bandage_life, false, bandage_type)
-- TODO Add phantom pain to depended parts
end