Add explicit support for brutal handwork

This commit is contained in:
ZioPao
2024-03-24 22:30:04 +01:00
parent 93a00d1b48
commit 639841cf20
3 changed files with 41 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ StaticData.SIDES_IND_STR = {
R = "R",
L = "L"
}
StaticData.SIDES_STR = {
"R", "L"
}
StaticData.PARTS_IND_STR = {
Hand = "Hand",
ForeArm = "ForeArm",