diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 4cd0c04e2be..5fac9528264 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -256,7 +256,7 @@ sprite: Clothing/Hands/Gloves/tacticalmaidgloves.rsi - type: GloveHeatResistance heatResistance: 1400 - - type: Insulated +# - type: Insulated- Removed this property because I'm adding them to loadouts, hopefully this doesn't break anything! - type: Fiber fiberColor: fibers-black diff --git a/Resources/Prototypes/Loadouts/hands.yml b/Resources/Prototypes/Loadouts/hands.yml index 6cef6420571..609caac8754 100644 --- a/Resources/Prototypes/Loadouts/hands.yml +++ b/Resources/Prototypes/Loadouts/hands.yml @@ -121,3 +121,11 @@ exclusive: true items: - ClothingHandsGlovesFingerless + +- type: loadout #FloofStation + id: LoadoutHandsGlovesTacticalMaid + category: Hands + cost: 2 + exclusive: true + items: + - ClothingHandsTacticalMaidGloves diff --git a/Resources/Prototypes/Loadouts/head.yml b/Resources/Prototypes/Loadouts/head.yml index d2c42066d4b..ece7cb8bd7a 100644 --- a/Resources/Prototypes/Loadouts/head.yml +++ b/Resources/Prototypes/Loadouts/head.yml @@ -503,6 +503,20 @@ items: - ClothingHeadHatBowlerHat +- type: loadout #FloofStation + id: LoadoutTacticalMaidHeadband + category: Head + cost: 2 + exclusive: true + items: + - ClothingHeadHatTacticalMaidHeadband + requirements: + - !type:CharacterDepartmentRequirement + inverted: true + departments: + - Security + - Command + # Flatcaps - type: loadout id: LoadoutHeadGreyFlatcap diff --git a/Resources/Prototypes/Loadouts/uniform.yml b/Resources/Prototypes/Loadouts/uniform.yml index 5843cb30ee5..48913de23df 100644 --- a/Resources/Prototypes/Loadouts/uniform.yml +++ b/Resources/Prototypes/Loadouts/uniform.yml @@ -1516,3 +1516,45 @@ inverted: true departments: - Command + +- type: loadout #FloofStation + id: LoadoutUniformJumpskirtTacticalMaid + category: Uniform + cost: 3 + exclusive: true + items: + - ClothingUniformJumpskirtTacticalMaid + requirements: + - !type:CharacterDepartmentRequirement + inverted: true + departments: + - Security + - Command + +- type: loadout #FloofStation + id: LoadoutUniformJumpskirtJanimaid + category: Uniform + cost: 3 + exclusive: true + items: + - ClothingUniformJumpskirtJanimaid + requirements: + - !type:CharacterDepartmentRequirement + inverted: true + departments: + - Security + - Command + +- type: loadout #FloofStation + id: LoadoutUniformJumpskirtJanimaidmini + category: Uniform + cost: 3 + exclusive: true + items: + - ClothingUniformJumpskirtJanimaidmini + requirements: + - !type:CharacterDepartmentRequirement + inverted: true + departments: + - Security + - Command