fix: amputation items not hiding anymore

This commit is contained in:
ZioPao
2025-10-09 22:32:41 +02:00
parent 100abab2aa
commit fd056aea1e

View File

@@ -9,6 +9,7 @@ module TOC
{
Type = Clothing,
DisplayCategory = Amputation,
hidden = true,
ClothingItem = Amputation_Hand_R,
BodyLocation = TOC_Arm_R,
@@ -27,6 +28,7 @@ module TOC
{
Type = Clothing,
DisplayCategory = Amputation,
hidden = true,
ClothingItem = Amputation_ForeArm_R,
BodyLocation = TOC_Arm_R,
@@ -44,6 +46,7 @@ module TOC
{
Type = Clothing,
DisplayCategory = Amputation,
hidden = true,
ClothingItem = Amputation_UpperArm_R,
BodyLocation = TOC_Arm_R,
@@ -60,6 +63,7 @@ module TOC
{
Type = Clothing,
DisplayCategory = Amputation,
hidden = true,
ClothingItem = Amputation_Hand_L,
BodyLocation = TOC_Arm_L,
@@ -78,6 +82,7 @@ module TOC
{
Type = Clothing,
DisplayCategory = Amputation,
hidden = true,
ClothingItem = Amputation_ForeArm_L,
BodyLocation = TOC_Arm_L,
@@ -96,6 +101,7 @@ module TOC
{
Type = Clothing,
DisplayCategory = Amputation,
hidden = true,
ClothingItem = Amputation_UpperArm_L,
BodyLocation = TOC_Arm_L,