Allow flashlights on belts (#23256)

This commit is contained in:
themias
2023-12-30 21:06:27 -05:00
committed by GitHub
parent c63b16d752
commit e3d4b69664
7 changed files with 25 additions and 1 deletions

View File

@@ -34,6 +34,14 @@
{
"name": "on-inhand-right",
"directions": 4
}
},
{
"name": "on-equipped-BELT",
"directions": 4
},
{
"name": "off-equipped-BELT",
"directions": 4
}
]
}