From cdf04730658b5f22bb8eb7e1b2f54cb743ee2fb1 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Tue, 16 Dec 2025 00:51:23 +0100 Subject: [PATCH] fix: Type to ItemType in items ZedScripts --- 42/media/scripts/TOC_amputation_items.txt | 10 +++++----- 42/media/scripts/TOC_prosthesis_items.txt | 8 ++++---- 42/media/scripts/TOC_surgery_items.txt | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/42/media/scripts/TOC_amputation_items.txt b/42/media/scripts/TOC_amputation_items.txt index e34482b..e3205e3 100644 --- a/42/media/scripts/TOC_amputation_items.txt +++ b/42/media/scripts/TOC_amputation_items.txt @@ -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, diff --git a/42/media/scripts/TOC_prosthesis_items.txt b/42/media/scripts/TOC_prosthesis_items.txt index 691dbbc..5334b21 100644 --- a/42/media/scripts/TOC_prosthesis_items.txt +++ b/42/media/scripts/TOC_prosthesis_items.txt @@ -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, diff --git a/42/media/scripts/TOC_surgery_items.txt b/42/media/scripts/TOC_surgery_items.txt index aa21297..f0ced6d 100644 --- a/42/media/scripts/TOC_surgery_items.txt +++ b/42/media/scripts/TOC_surgery_items.txt @@ -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,