Moved more stuff

This commit is contained in:
Pao
2023-01-20 02:22:13 +01:00
parent 8deaec2bbe
commit 8073680118
11 changed files with 33 additions and 209 deletions

View File

@@ -83,7 +83,7 @@ function TheOnlyCure.HealSpecificPart(part_data, part_name, player)
local body_damage = player:getBodyDamage()
local body_part_type = body_damage:getBodyPart(TocGetBodyPartTypeFromBodyPart(part_name))
local body_part_type = body_damage:getBodyPart(TocGetBodyPartTypeFromPartName(part_name))
if not body_part_type then
print("TOC ERROR : Can't update health of " .. part_name);
return false