From 3fae5de47d5a7950f27ff011840b47e30d0d0e36 Mon Sep 17 00:00:00 2001 From: 21Melkuu <79728504+21Melkuu@users.noreply.github.com> Date: Sun, 14 Jan 2024 05:47:19 +0300 Subject: [PATCH] Mayo (#24017) Mayo --- .../Catalog/VendingMachines/Inventories/chefvend.yml | 2 ++ Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 1 + .../Entities/Objects/Consumable/Food/ingredients.yml | 3 +++ Resources/Prototypes/tags.yml | 3 +++ 4 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml index c662ef5adc..1d1c9f8cd3 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml @@ -12,6 +12,7 @@ FoodCondimentBottleBBQ: 1 FoodCondimentBottleVinegar: 2 ReagentContainerOliveoil: 2 + ReagentContainerMayo: 1 VariantCubeBox: 1 FoodContainerEgg: 1 DrinkMilkCarton: 2 @@ -19,3 +20,4 @@ FoodButter: 4 FoodCheese: 1 FoodMeat: 6 + diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index e756336423..3e08380672 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -387,6 +387,7 @@ - Packet - Skewer - MonkeyCube + - Mayo components: - Mousetrap - Smokable diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml index 8657b64b42..d492608412 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml @@ -236,6 +236,9 @@ reagents: - ReagentId: Mayo Quantity: 50 + - type: Tag + tags: + - Mayo # - type: entity # parent: ReagentPacketBase diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 628d3158b3..88186ef84b 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -784,6 +784,9 @@ - type: Tag id: Matchstick +- type: Tag + id: Mayo + - type: Tag id: Meat -- 2.51.2