From 4af960e81b2e912ff8359f8999f71ed1d4fcfe72 Mon Sep 17 00:00:00 2001 From: FoxxoTrystan Date: Sat, 6 Jul 2024 19:11:07 +0200 Subject: [PATCH] Access --- .../Catalog/VendingMachines/Inventories/clothesmate.yml | 1 + Resources/Prototypes/Loadouts/uniform.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 2c4c27137f0..092cdd8b996 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -111,6 +111,7 @@ ClothingHandsGlovesColorOrange: 2 ClothingHandsGlovesColorPurple: 2 ClothingEyesGlassesCheapSunglasses: 3 + ClothingUniformNudePermit: 5 # FloofStation contrabandInventory: ClothingMaskNeckGaiter: 2 ClothingUniformJumpsuitTacticool: 1 diff --git a/Resources/Prototypes/Loadouts/uniform.yml b/Resources/Prototypes/Loadouts/uniform.yml index 5afdd303c0b..d6d2478917f 100644 --- a/Resources/Prototypes/Loadouts/uniform.yml +++ b/Resources/Prototypes/Loadouts/uniform.yml @@ -259,3 +259,11 @@ exclusive: true items: - ClothingUniformColorRainbow + +- type: loadout # FloofStation + id: LoadoutUniformNudePermit + category: Uniform + cost: 2 + exclusive: true + items: + - ClothingUniformNudePermit