From 2f3b50ec181b9bd95b89319d56d5b0a7443e8ec0 Mon Sep 17 00:00:00 2001 From: Thinbug0 <101073555+Thinbug0@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:47:53 -0300 Subject: [PATCH] Silly teal gloves for realsies this time :3 (#31865) * gosh please workies now i beg you qvq * Revert "gosh please workies now i beg you qvq" This reverts commit 96d03d07036eafa676972652a617f2774fa8811b. * please workies qvq qvq * Update Resources/Prototypes/Entities/Clothing/Hands/colored.yml Co-authored-by: 0x6273 <0x40@keemail.me> --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Co-authored-by: 0x6273 <0x40@keemail.me> --- Resources/Locale/en-US/forensics/fibers.ftl | 1 + .../Inventories/clothesmate.yml | 1 + .../Entities/Clothing/Hands/colored.yml | 29 +++++++++++++++++++ 3 files changed, 31 insertions(+) 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 -- 2.51.2