From 10dfe433f993b4cb5d46c425a0c48d6707cf4c5c Mon Sep 17 00:00:00 2001 From: gus Date: Thu, 5 Oct 2023 14:34:37 -0700 Subject: [PATCH] monkey gas mask! (#20683) --- Resources/Prototypes/Entities/Clothing/Masks/masks.yml | 1 + .../InventoryTemplates/monkey_inventory_template.yml | 1 + Resources/Prototypes/tags.yml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index 1d2f1fb2ce..ec11ccfffa 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -13,6 +13,7 @@ - type: IdentityBlocker - type: Tag tags: + - MonkeyWearable - HamsterWearable - WhitelistChameleon diff --git a/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml index e76a8e9d57..d6b53d0772 100644 --- a/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml @@ -24,6 +24,7 @@ displayName: Mask whitelist: tags: + - MonkeyWearable - PetWearable components: - Smokable diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index d01f8c1ddf..8910282bb4 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -765,6 +765,9 @@ - type: Tag id: PetWearable +- type: Tag + id: MonkeyWearable + - type: Tag id: Pickaxe -- 2.51.2