From a16d548464581644e809c15b53ad4a4889ccc549 Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:08:32 +0100 Subject: [PATCH] lizzer (#24457) --- .../Objects/Consumable/Food/Baked/cake.yml | 24 +++++++++++++++++++ .../Objects/Consumable/Food/Baked/pie.yml | 4 ++++ 2 files changed, 28 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml index dfa3be29ec..07d07e370b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml @@ -61,6 +61,9 @@ color: blue - type: SliceableFood slice: FoodCakeBlueberrySlice + - type: Tag + tags: + - Fruit - type: entity name: blueberry slice @@ -73,6 +76,9 @@ - state: plain-slice - state: alpha-slice-filling color: blue + - type: Tag + tags: + - Fruit # Cake @@ -195,6 +201,9 @@ state: orange - type: SliceableFood slice: FoodCakeOrangeSlice + - type: Tag + tags: + - Fruit - type: entity name: slice of orange cake @@ -203,6 +212,9 @@ components: - type: Sprite state: orange-slice + - type: Tag + tags: + - Fruit # Tastes like sweetness, cake, oranges. - type: entity @@ -215,6 +227,9 @@ state: lime - type: SliceableFood slice: FoodCakeLimeSlice + - type: Tag + tags: + - Fruit - type: entity name: slice of lime cake @@ -223,6 +238,9 @@ components: - type: Sprite state: lime-slice + - type: Tag + tags: + - Fruit # Tastes like sweetness, cake, limes. - type: entity @@ -235,6 +253,9 @@ state: lemon - type: SliceableFood slice: FoodCakeLemonSlice + - type: Tag + tags: + - Fruit - type: entity name: slice of lemon cake @@ -243,6 +264,9 @@ components: - type: Sprite state: lemon-slice + - type: Tag + tags: + - Fruit # Tastes like sweetness, cake, lemons. - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml index fb3d268252..ba70efb205 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml @@ -172,6 +172,10 @@ - creamy - type: Sprite state: bananapie-slice + - type: Tag + tags: + - Fruit + - Pie # Tastes like pie, cream, banana. - type: entity -- 2.51.2