Files
The-Only-Cure/42/media/registries.lua
2025-12-16 00:34:40 +01:00

16 lines
547 B
Lua

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")