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

@@ -9,7 +9,7 @@ module TOC
item Prost_HookArm_L
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Prosthesis,
DisplayName = ProstArmHook,
ClothingItem = Prost_HookArm_L,
@@ -31,7 +31,7 @@ module TOC
}
item Prost_HookArm_R
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Prosthesis,
DisplayName = ProstArmHook,
ClothingItem = Prost_HookArm_R,
@@ -53,7 +53,7 @@ module TOC
item Prost_NormalArm_L
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Prosthesis,
DisplayName = ProstArmHook,
ClothingItem = Prost_NormalArm_L,
@@ -75,7 +75,7 @@ module TOC
item Prost_NormalArm_R
{
Type = Clothing,
ItemType = base:Clothing,
DisplayCategory = Prosthesis,
DisplayName = ProstArmHook,
ClothingItem = Prost_NormalArm_R,