From 026541b985bb0e78e7c5c1a77e881e707c3e7726 Mon Sep 17 00:00:00 2001 From: Justin Pfeifler Date: Sat, 1 Nov 2025 08:25:47 -0500 Subject: [PATCH] Edible Chameleon Clothing (#41232) * Remove ignore for WhitelistChameleon tag * Add correct tags to chameleon clothing * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Entities/Clothing/Hands/specific.yml | 4 +++- Resources/Prototypes/Entities/Clothing/Head/specific.yml | 3 ++- Resources/Prototypes/Entities/Clothing/Neck/specific.yml | 4 +++- Resources/Prototypes/Entities/Clothing/Shoes/specific.yml | 4 +++- Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml | 4 +++- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Hands/specific.yml b/Resources/Prototypes/Entities/Clothing/Hands/specific.yml index 1a2ed4301a..a6fc405770 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/specific.yml @@ -6,7 +6,9 @@ suffix: Chameleon components: - type: Tag - tags: [] # ignore "WhitelistChameleon" tag + tags: # ignore "WhitelistChameleon" tag + - ClothMade + - Recyclable - type: Sprite sprite: Clothing/Hands/Gloves/Color/black.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Clothing/Head/specific.yml b/Resources/Prototypes/Entities/Clothing/Head/specific.yml index 4528d8cabd..b25a7c4a5e 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/specific.yml @@ -6,7 +6,8 @@ suffix: Chameleon components: - type: Tag - tags: [] # ignore "WhitelistChameleon" tag + tags: # ignore "WhitelistChameleon" tag + - ClothMade - type: Sprite sprite: Clothing/Head/Hats/beret.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Clothing/Neck/specific.yml b/Resources/Prototypes/Entities/Clothing/Neck/specific.yml index a32d9b5eea..f3de2c6060 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/specific.yml @@ -6,7 +6,9 @@ suffix: Chameleon components: - type: Tag - tags: [] # ignore "WhitelistChameleon" tag + tags: # ignore "WhitelistChameleon" tag + - ClothMade + - Recyclable - type: Sprite sprite: Clothing/Neck/Scarfs/red.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 845be002e2..d35ce558c7 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -170,7 +170,9 @@ description: Stylish black shoes. components: - type: Tag - tags: [] # ignore "WhitelistChameleon" tag + tags: # ignore "WhitelistChameleon" tag + - ClothMade + - Recyclable - type: Sprite sprite: Clothing/Shoes/color.rsi layers: diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml index f7ce37fe19..5e3481e9a4 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml @@ -6,7 +6,9 @@ suffix: Chameleon components: - type: Tag - tags: [] # ignore "WhitelistChameleon" tag + tags: # ignore "WhitelistChameleon" tag + - ClothMade + - Recyclable - type: Sprite sprite: Clothing/Uniforms/Jumpsuit/color.rsi layers: -- 2.51.2