A lot of stuff

- New textures for hooks
- Fixed bag occlusion
- Prosthesis and amputation won't get holes anymore
- Fixed some models
- Some fixes to the sleeve function
This commit is contained in:
Pao
2023-01-27 21:22:51 +01:00
parent a9267a7afc
commit a3b12a07d9
23 changed files with 39 additions and 3 deletions

View File

@@ -20,7 +20,9 @@ if ModOptions and ModOptions.getInstance then
ModOptions:loadFile()
local roll_up_sleeves = settings:getData("roll_up_sleeves_on_amputated_limbs")
-- Run it now since we're in the menu, presumably
TocSetSleeves(options.roll_up_sleeves_on_amputated_limbs)