fix: Type to ItemType in items ZedScripts

This commit is contained in:
ZioPao
2025-12-16 00:51:23 +01:00
parent 40da330b41
commit cdf0473065
3 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ module TOC
/****************** Clothing that look like a cut limb ******************/
item Amputation_Hand_R
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Amputation,
hidden = true,
@@ -26,7 +26,7 @@ module TOC
item Amputation_ForeArm_R
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Amputation,
hidden = true,
@@ -44,7 +44,7 @@ module TOC
item Amputation_UpperArm_R
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Amputation,
hidden = true,
@@ -61,7 +61,7 @@ module TOC
item Amputation_Hand_L
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Amputation,
hidden = true,
@@ -80,7 +80,7 @@ module TOC
item Amputation_ForeArm_L
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Amputation,
hidden = true,