refactor: removed compat with b41 entirely
This commit is contained in:
15
42/media/registries.lua
Normal file
15
42/media/registries.lua
Normal 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")
|
||||
Reference in New Issue
Block a user