Some new features

- Modified meshes for equippable prosthesis so they don't clip with jackets
- ModOptions option to set sleeves up when you've got an amputation
This commit is contained in:
Pao
2023-01-27 18:10:30 +01:00
parent af85135fb6
commit a9267a7afc
12 changed files with 105 additions and 16 deletions

View File

@@ -29,4 +29,4 @@ function TocSetBloodOnAmputation(player, body_part)
player:addBlood(blood_body_part_type, false, true, false)
player:addBlood(BloodBodyPartType.Torso_Lower, false, true, false)
end
end