fix: Type to ItemType in items ZedScripts
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -7,7 +7,7 @@ module TOC
|
||||
|
||||
item Surg_Arm_Tourniquet_L
|
||||
{
|
||||
Type = Clothing,
|
||||
ItemType = base:Clothing,
|
||||
DisplayCategory = Surgery,
|
||||
DisplayName = Tourniquet,
|
||||
|
||||
@@ -27,7 +27,7 @@ module TOC
|
||||
|
||||
item Surg_Arm_Tourniquet_R
|
||||
{
|
||||
Type = Clothing,
|
||||
ItemType = base:Clothing,
|
||||
DisplayCategory = Surgery,
|
||||
DisplayName = Tourniquet,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user