]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove gondola donkpocket & change berry box description (#24655)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Thu, 1 Feb 2024 22:27:52 +0000 (23:27 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 22:27:52 +0000 (09:27 +1100)
* Remove gondola & change berry box description

* Removed map gondolas

* Revert "Removed map gondolas"

This reverts commit 42fcfb85f16e778df135d2a68b9cea08d794e28b.

* Updated migration.yml to remove FoodBoxDonkpocketGondola

* Replacing is better than removing

* Changed description slightly

Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml
Resources/Prototypes/Entities/Objects/Decoration/present.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png [deleted file]
Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png [deleted file]
Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json
Resources/migration.yml

index 98174b7a03fdb64a32cf96252478454825bb900d..cf7b2a5e86944042112db791c221bf0766288545 100644 (file)
@@ -14,7 +14,6 @@
         - FoodBoxDonkpocketSpicy
         - FoodBoxDonkpocketTeriyaki
         - FoodBoxDonkpocketPizza
-        - FoodBoxDonkpocketGondola
         - FoodBoxDonkpocketBerry
         - FoodBoxDonkpocketHonk
         - FoodBoxDonkpocketDink
index b0be8011aa429302df34755401befaddbf697d3c..2e0340530513704f33a55099d520d408b0566412 100644 (file)
   name: berry-pocket
   parent: FoodDonkpocketBase
   id: FoodDonkpocketBerry
-  description: A relentlessly sweet donk-pocket first created for use in Operation Iraqi Freedom.
+  description: A relentlessly sweet donk-pocket. Made with 100% artificial flavoring.
   components:
   - type: FlavorProfile
     flavors:
         - ReagentId: Sugar
           Quantity: 2
 
-- type: entity
-  name: gondola-pocket
-  parent: FoodDonkpocketBase
-  id: FoodDonkpocketGondola
-  description: The choice to use real gondola meat in the recipe is controversial, to say the least.
-  components:
-  - type: FlavorProfile
-    flavors:
-      - shocking
-      - cheap
-  - type: SolutionContainerManager
-    solutions:
-      food:
-        reagents:
-        - ReagentId: Nutriment
-          Quantity: 5
-  - type: Sprite
-    state: gondola
-
-- type: entity
-  name: warm gondola-pocket
-  parent: FoodDonkpocketGondola
-  id: FoodDonkpocketGondolaWarm
-  components:
-  - type: FlavorProfile
-    flavors:
-      - shocking
-      - cheap
-  - type: SolutionContainerManager
-    solutions:
-      food:
-        reagents:
-        - ReagentId: Nutriment
-          Quantity: 10
-        - ReagentId: Omnizine
-          Quantity: 2
-
 - type: entity
   name: dink-pocket
   parent: FoodDonkpocketBase
index 6b0e43fd1044af35e8dbfaae55e11e605e25fb1f..bec5f3ee08c16d373be3d98aa14665051ac9a4a9 100644 (file)
     - id: FoodDonkpocketPizza
       amount: 6
 
-- type: entity
-  parent: FoodBoxDonkpocket
-  id: FoodBoxDonkpocketGondola
-  name: box of gondola-flavoured donk-pockets
-  components:
-  - type: Sprite
-    state: gondola-box
-  - type: Item
-    sprite: Objects/Consumable/Food/Baked/donkpocket.rsi
-  - type: StorageFill
-    contents:
-    - id: FoodDonkpocketGondola
-      amount: 6
-
 - type: entity
   parent: FoodBoxDonkpocket
   id: FoodBoxDonkpocketBerry
index 73d264f7380c3e390571209172147d9f9d858c40..66065d6958700ae9bf3c1d053fae76f7fc2f2d42 100644 (file)
         orGroup: GiftPool
       - id: FoodBoxDonkpocketPizza
         orGroup: GiftPool
-      - id: FoodBoxDonkpocketGondola
-        orGroup: GiftPool
       - id: FoodBoxDonkpocketBerry
         orGroup: GiftPool
       - id: FoodBoxDonkpocketHonk
index 0b66658d163f8d50b68c4907bd7162ac46611874..5a44dd2c23185665fddd6bed1fc8df8dc89bb9df 100644 (file)
   solids:
     FoodDonkpocketBerry: 1
 
-- type: microwaveMealRecipe
-  id: RecipeDonkpocketGondola
-  name: warm gondola-pocket recipe
-  result: FoodDonkpocketGondolaWarm
-  time: 5
-  solids:
-    FoodDonkpocketGondola: 1
-
 - type: microwaveMealRecipe
   id: RecipeHotChili
   name: hot chili recipe
diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png
deleted file mode 100644 (file)
index 5bda538..0000000
Binary files a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola-box.png and /dev/null differ
diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png
deleted file mode 100644 (file)
index 700805e..0000000
Binary files a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/gondola.png and /dev/null differ
index 8b64f3577a78f2a13b48a0402e70ec126c95d251..bf4050e45ecfdd66d15e27cb0b040c19e743de8d 100644 (file)
     {
       "name": "dank"
     },
-    {
-      "name": "gondola"
-    },
-    {
-      "name": "gondola-box"
-    },
     {
       "name": "pizza"
     },
index 557a1a767b297ec7b8f94b615f5343993556f10a..4d5a4cce6e220b28ea4fc7c00ecd8c1baca61b9d 100644 (file)
@@ -171,6 +171,9 @@ ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective
 ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective
 ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective
 
+# 2024-01-28
+FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza
+
 # 2024-01-31
 HandheldCrewMonitorEmpty: null
 HandheldCrewMonitor: null