From: Vasilis Date: Fri, 1 Dec 2023 22:27:09 +0000 (+0100) Subject: Lizards can now have taco tuesdays (#21957) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=faa44360933b612325cfe4ece629bc79b4a1433b;p=space-station-14.git Lizards can now have taco tuesdays (#21957) * TACO TUESDAYS * Satisfy github with a line ending --- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index a51bb202ad..d401964161 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -582,22 +582,6 @@ tags: - Fruit -- type: entity - name: soft taco - parent: FoodMealBase - id: FoodMealSoftTaco - description: Take a bite! - components: - - type: FlavorProfile - flavors: - - cheesy - - tomato - - meaty - - onion - - type: Sprite - state: softtaco - - - type: entity name: corn in butter parent: FoodMealBase diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml index 1057f5c18a..72d20624a4 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml @@ -44,6 +44,9 @@ Quantity: 4 - type: Item sprite: Objects/Consumable/Food/taco.rsi + - type: Tag + tags: + - Meat - type: entity name: beef taco @@ -145,3 +148,20 @@ - ReagentId: Vitamin Quantity: 6 +- type: entity + name: soft taco + parent: FoodMealBase + id: FoodMealSoftTaco + description: Take a bite! + components: + - type: FlavorProfile + flavors: + - cheesy + - tomato + - meaty + - onion + - type: Sprite + state: softtaco + - type: Tag + tags: + - Meat