From 4a335b14ed129b239f245df814912490634cb667 Mon Sep 17 00:00:00 2001 From: DevilishMilk Date: Sat, 24 Aug 2024 19:30:32 -0400 Subject: [PATCH] Moths can now eat all bandanas (#31405) * Update bandanas.yml * Update bandanas.yml * Re-add ClothMade to botany bandana --- Resources/Prototypes/Entities/Clothing/Head/bandanas.yml | 1 + Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml index 007cba3f22..a813e862be 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml @@ -27,6 +27,7 @@ - type: Tag tags: - Bandana + - ClothMade - type: entity parent: [ClothingHeadBandBase, ClothingMaskBandBlack] diff --git a/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml index bb5d6f2d2f..0f519fdcf8 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml @@ -29,6 +29,7 @@ - type: Tag tags: - Bandana + - ClothMade - type: HideLayerClothing slots: - Snout @@ -68,8 +69,8 @@ sprite: Clothing/Head/Bandanas/botany.rsi - type: Tag tags: - - ClothMade - WhitelistChameleon + - ClothMade - type: entity parent: ClothingMaskBandanaBase -- 2.51.2