diff --git a/Resources/Locale/en-US/forensics/fibers.ftl b/Resources/Locale/en-US/forensics/fibers.ftl index ae52f1d775..53cfe5e7c1 100644 --- a/Resources/Locale/en-US/forensics/fibers.ftl +++ b/Resources/Locale/en-US/forensics/fibers.ftl @@ -16,6 +16,7 @@ fibers-purple = purple fibers-red = red fibers-black = black fibers-blue = blue +fibers-teal = teal fibers-brown = brown fibers-grey = grey fibers-green = green diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 6d387eb877..54a6ae2a19 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -84,6 +84,7 @@ ClothingHandsGlovesColorWhite: 2 ClothingHandsGlovesColorRed: 2 ClothingHandsGlovesColorBlue: 2 + ClothingHandsGlovesColorTeal: 2 ClothingHandsGlovesColorGreen: 2 ClothingHandsGlovesColorOrange: 2 ClothingHandsGlovesColorPurple: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml index 7ed7b9f398..8abd311b51 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml @@ -89,6 +89,35 @@ - type: Fiber fiberColor: fibers-blue +# Teal Gloves +- type: entity + parent: ClothingHandsGlovesSyntheticBase + id: ClothingHandsGlovesColorTeal + name: teal gloves + description: Regular teal gloves that do not keep you from frying. + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/Color/color.rsi + layers: + - state: icon + color: "#3CB57C" + - type: Item + inhandVisuals: + left: + - state: inhand-left + color: "#3CB57C" + right: + - state: inhand-right + color: "#3CB57C" + - type: Clothing + sprite: Clothing/Hands/Gloves/Color/color.rsi + clothingVisuals: + gloves: + - state: equipped-HAND + color: "#3CB57C" + - type: Fiber + fiberColor: fibers-teal + # Brown Gloves - type: entity parent: ClothingHandsGlovesSyntheticBase