From ab68345837338109cf1fe0c3e46d929a264f4627 Mon Sep 17 00:00:00 2001 From: cynical Date: Wed, 24 Jul 2024 21:47:07 -0400 Subject: [PATCH 1/2] add cowboy hats to loadout --- Resources/Prototypes/Loadouts/head.yml | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/Resources/Prototypes/Loadouts/head.yml b/Resources/Prototypes/Loadouts/head.yml index 25cb4dadf11..02742fb879d 100644 --- a/Resources/Prototypes/Loadouts/head.yml +++ b/Resources/Prototypes/Loadouts/head.yml @@ -55,6 +55,55 @@ items: - ClothingHeadHatFlatBrown +- type: loadout + id: LoadoutHeadHatCowboyBrown + category: Head + cost: 2 + exclusive: true + items: + - ClothingHeadHatCowboyBrown + + +- type: loadout + id: LoadoutHeadHatCowboyBlack + category: Head + cost: 2 + exclusive: true + items: + - ClothingHeadHatCowboyBlack + +- type: loadout + id: LoadoutHeadHatCowboyGrey + category: Head + cost: 2 + exclusive: true + items: + - ClothingHeadHatCowboyGrey + +- type: loadout + id: LoadoutHeadHatCowboyRed + category: Head + cost: 2 + exclusive: true + items: + - ClothingHeadHatCowboyRed + +- type: loadout + id: LoadoutHeadHatCowboyWhite + category: Head + cost: 2 + exclusive: true + items: + - ClothingHeadHatCowboyWhite + +- type: loadout + id: LoadoutHeadHatCowboyBountyHunter + category: Head + cost: 3 + exclusive: true + items: + - ClothingHeadHatCowboyBountyHunter + - type: loadout id: LoadoutHeadTinfoil category: Head From 2712f598145537a73d620bbd3eff9dfb2ee6ea2f Mon Sep 17 00:00:00 2001 From: cynical Date: Wed, 24 Jul 2024 21:52:39 -0400 Subject: [PATCH 2/2] fixed extra space --- Resources/Prototypes/Loadouts/head.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Loadouts/head.yml b/Resources/Prototypes/Loadouts/head.yml index 02742fb879d..bd015c7955b 100644 --- a/Resources/Prototypes/Loadouts/head.yml +++ b/Resources/Prototypes/Loadouts/head.yml @@ -63,7 +63,6 @@ items: - ClothingHeadHatCowboyBrown - - type: loadout id: LoadoutHeadHatCowboyBlack category: Head