Fixed traits

This commit is contained in:
ZioPao
2024-05-04 16:27:46 +02:00
parent 50f6db9344
commit a3a2614124
10 changed files with 63 additions and 37 deletions

View File

@@ -232,9 +232,9 @@ end
-- Link a trait to a specific body part
StaticData.TRAITS_BP = {
AmputeeHand = "Hand_L",
AmputeeLowerArm = "ForeArm_L",
AmputeeUpeerArm = "UpperArm_L"
Amputee_Hand = "Hand_L",
Amputee_ForeArm = "ForeArm_L",
Amputee_UpperArm = "UpperArm_L"
}
-----------------