fix: amputation items not hiding anymore
This commit is contained in:
@@ -9,6 +9,7 @@ module TOC
|
|||||||
{
|
{
|
||||||
Type = Clothing,
|
Type = Clothing,
|
||||||
DisplayCategory = Amputation,
|
DisplayCategory = Amputation,
|
||||||
|
hidden = true,
|
||||||
|
|
||||||
ClothingItem = Amputation_Hand_R,
|
ClothingItem = Amputation_Hand_R,
|
||||||
BodyLocation = TOC_Arm_R,
|
BodyLocation = TOC_Arm_R,
|
||||||
@@ -27,6 +28,7 @@ module TOC
|
|||||||
{
|
{
|
||||||
Type = Clothing,
|
Type = Clothing,
|
||||||
DisplayCategory = Amputation,
|
DisplayCategory = Amputation,
|
||||||
|
hidden = true,
|
||||||
|
|
||||||
ClothingItem = Amputation_ForeArm_R,
|
ClothingItem = Amputation_ForeArm_R,
|
||||||
BodyLocation = TOC_Arm_R,
|
BodyLocation = TOC_Arm_R,
|
||||||
@@ -44,6 +46,7 @@ module TOC
|
|||||||
{
|
{
|
||||||
Type = Clothing,
|
Type = Clothing,
|
||||||
DisplayCategory = Amputation,
|
DisplayCategory = Amputation,
|
||||||
|
hidden = true,
|
||||||
|
|
||||||
ClothingItem = Amputation_UpperArm_R,
|
ClothingItem = Amputation_UpperArm_R,
|
||||||
BodyLocation = TOC_Arm_R,
|
BodyLocation = TOC_Arm_R,
|
||||||
@@ -60,6 +63,7 @@ module TOC
|
|||||||
{
|
{
|
||||||
Type = Clothing,
|
Type = Clothing,
|
||||||
DisplayCategory = Amputation,
|
DisplayCategory = Amputation,
|
||||||
|
hidden = true,
|
||||||
|
|
||||||
ClothingItem = Amputation_Hand_L,
|
ClothingItem = Amputation_Hand_L,
|
||||||
BodyLocation = TOC_Arm_L,
|
BodyLocation = TOC_Arm_L,
|
||||||
@@ -78,6 +82,7 @@ module TOC
|
|||||||
{
|
{
|
||||||
Type = Clothing,
|
Type = Clothing,
|
||||||
DisplayCategory = Amputation,
|
DisplayCategory = Amputation,
|
||||||
|
hidden = true,
|
||||||
|
|
||||||
ClothingItem = Amputation_ForeArm_L,
|
ClothingItem = Amputation_ForeArm_L,
|
||||||
BodyLocation = TOC_Arm_L,
|
BodyLocation = TOC_Arm_L,
|
||||||
@@ -96,6 +101,7 @@ module TOC
|
|||||||
{
|
{
|
||||||
Type = Clothing,
|
Type = Clothing,
|
||||||
DisplayCategory = Amputation,
|
DisplayCategory = Amputation,
|
||||||
|
hidden = true,
|
||||||
|
|
||||||
ClothingItem = Amputation_UpperArm_L,
|
ClothingItem = Amputation_UpperArm_L,
|
||||||
BodyLocation = TOC_Arm_L,
|
BodyLocation = TOC_Arm_L,
|
||||||
|
|||||||
Reference in New Issue
Block a user