]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
lizzer (#24457)
authorBoaz1111 <149967078+Boaz1111@users.noreply.github.com>
Tue, 23 Jan 2024 18:08:32 +0000 (19:08 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 18:08:32 +0000 (21:08 +0300)
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml

index dfa3be29ec353c5371308285141bae8932a9822c..07d07e370be0081e3aa9ed59d8dd5df8e12b76c4 100644 (file)
@@ -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
 
     state: orange
   - type: SliceableFood
     slice: FoodCakeOrangeSlice
+  - type: Tag
+    tags:
+    - Fruit
 
 - type: entity
   name: slice of orange cake
   components:
   - type: Sprite
     state: orange-slice
+  - type: Tag
+    tags:
+    - Fruit
 # Tastes like sweetness, cake, oranges.
 
 - type: entity
     state: lime
   - type: SliceableFood
     slice: FoodCakeLimeSlice
+  - type: Tag
+    tags:
+    - Fruit
 
 - type: entity
   name: slice of lime cake
   components:
   - type: Sprite
     state: lime-slice
+  - type: Tag
+    tags:
+    - Fruit
 # Tastes like sweetness, cake, limes.
 
 - type: entity
     state: lemon
   - type: SliceableFood
     slice: FoodCakeLemonSlice
+  - type: Tag
+    tags:
+    - Fruit
 
 - type: entity
   name: slice of lemon cake
   components:
   - type: Sprite
     state: lemon-slice
+  - type: Tag
+    tags:
+    - Fruit
 # Tastes like sweetness, cake, lemons.
 
 - type: entity
index fb3d26825255883f25e0de381f9599503024820d..ba70efb20519d5ae7259e7eb12f45d0a97ec0e08 100644 (file)
       - creamy
   - type: Sprite
     state: bananapie-slice
+  - type: Tag
+    tags:
+    - Fruit
+    - Pie
 # Tastes like pie, cream, banana.
 
 - type: entity