From ecf8e356593bcf9be82fcb6bd89065b8fe353558 Mon Sep 17 00:00:00 2001 From: Timfa Date: Tue, 25 Feb 2025 03:16:52 +0100 Subject: [PATCH] Add Clothwraps to Hands Loadouts (#1841) # Description Adds the Cloth Wraps to the hands loadout --- # TODO - [x] Test --- # Changelog :cl: - add: Added cloth wraps to hands loadouts --- .../CharacterItemGroups/Generic/gloveGroup.yml | 2 ++ Resources/Prototypes/Loadouts/Generic/hands.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/Resources/Prototypes/CharacterItemGroups/Generic/gloveGroup.yml b/Resources/Prototypes/CharacterItemGroups/Generic/gloveGroup.yml index 802590accd2..737e5da8d79 100644 --- a/Resources/Prototypes/CharacterItemGroups/Generic/gloveGroup.yml +++ b/Resources/Prototypes/CharacterItemGroups/Generic/gloveGroup.yml @@ -19,3 +19,5 @@ id: LoadoutHandsGlovesEnviroglovesColor - type: loadout id: LoadoutHandsGlovesEnviroglovesEvening + - type: loadout + id: LoadoutHandsClothWrap diff --git a/Resources/Prototypes/Loadouts/Generic/hands.yml b/Resources/Prototypes/Loadouts/Generic/hands.yml index ec2aec9070a..202c5a65d0f 100644 --- a/Resources/Prototypes/Loadouts/Generic/hands.yml +++ b/Resources/Prototypes/Loadouts/Generic/hands.yml @@ -95,3 +95,15 @@ inverted: true species: - Plasmaman + +- type: loadout + id: LoadoutHandsClothWrap + category: Hands + cost: 0 + exclusive: false + customColorTint: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutGloves + items: + - ClothingClothWrap