From 113a436fa161058074120efa7f9c746e2cdad5bc Mon Sep 17 00:00:00 2001 From: Pierson Arnold Date: Thu, 11 Jul 2024 17:35:51 -0500 Subject: [PATCH] Added Bunny Suit and Bunny Ears to bartender's available job items in the loadout. -You're welcome, Mars --- .../Prototypes/Loadouts/Jobs/service.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/Prototypes/Loadouts/Jobs/service.yml b/Resources/Prototypes/Loadouts/Jobs/service.yml index 6ef3c3ad485..489129d81eb 100644 --- a/Resources/Prototypes/Loadouts/Jobs/service.yml +++ b/Resources/Prototypes/Loadouts/Jobs/service.yml @@ -38,6 +38,30 @@ items: - ClothingUniformJumpsuitBartenderPurple +- type: loadout + id: LoadoutServiceBartenderBunnyEars + category: Jobs + cost: 2 + exclusive: true + requirements: + - !type:CharacterJobRequirement + jobs: + - Bartender + items: + - ClothingHeadHatBunny + +- type: loadout + id: LoadoutServiceBartenderBunnySuit + category: Jobs + cost: 2 + exclusive: true + requirements: + - !type:CharacterJobRequirement + jobs: + - Bartender + items: + - ClothingCostumeBunnySuit + - type: loadout id: LoadoutServiceBotanistUniformOveralls category: Jobs