refactor: removed compat with b41 entirely

This commit is contained in:
ZioPao
2025-12-16 00:34:40 +01:00
parent 3f888e7f22
commit 20fa1bd05e
249 changed files with 215 additions and 176 deletions

15
42/media/registries.lua Normal file
View File

@@ -0,0 +1,15 @@
TOC_Registries = {
Traits = {
Amputee_Hand = CharacterTrait.register("toc:amputee_hand"),
Amputee_Forearm = CharacterTrait.register("toc:amputee_forearm"),
Amputee_Upperarm = CharacterTrait.register("toc:amputee_upperarm")
}
}
ItemBodyLocation.register("toc:TOC_Arm_L")
ItemBodyLocation.register("toc:TOC_Arm_R")
ItemBodyLocation.register("toc:TOC_ArmProst_L")
ItemBodyLocation.register("toc:TOC_ArmProst_R")
ItemBodyLocation.register("toc:TOC_ArmAccessory_L")
ItemBodyLocation.register("toc:TOC_ArmAccessory_R")