From b2f2bca85f3e8c4cee5658f7870d02f42e2de7fd Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Fri, 21 Feb 2025 19:30:01 -0600 Subject: [PATCH] make pizza crates not invalidate chef (#3013) * meow * DrltaV * :trollface: * gamerule --- .../Prototypes/Catalog/Cargo/cargo_food.yml | 20 +++++++++---------- .../Prototypes/GameRules/cargo_gifts.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_food.yml b/Resources/Prototypes/Catalog/Cargo/cargo_food.yml index 1a6f838096..05ea3ba89a 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_food.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_food.yml @@ -4,19 +4,19 @@ sprite: Objects/Consumable/Food/Baked/pizza.rsi state: margherita-slice product: CrateFoodPizza - cost: 450 + cost: 1000 # DeltaV - raised from 450 category: cargoproduct-category-name-food group: market -- type: cargoProduct - id: FoodPizzaLarge - icon: - sprite: Objects/Consumable/Food/Baked/pizza.rsi - state: margherita - product: CrateFoodPizzaLarge - cost: 1800 - category: cargoproduct-category-name-food - group: market +#- type: cargoProduct # DeltaV - Removed to not invalidate chef +# id: FoodPizzaLarge +# icon: +# sprite: Objects/Consumable/Food/Baked/pizza.rsi +# state: margherita +# product: CrateFoodPizzaLarge +# cost: 1800 +# category: cargoproduct-category-name-food +# group: market - type: cargoProduct id: FoodMRE diff --git a/Resources/Prototypes/GameRules/cargo_gifts.yml b/Resources/Prototypes/GameRules/cargo_gifts.yml index 001334162e..36f5ea2b25 100644 --- a/Resources/Prototypes/GameRules/cargo_gifts.yml +++ b/Resources/Prototypes/GameRules/cargo_gifts.yml @@ -65,7 +65,7 @@ description: cargo-gift-pizza-large dest: cargo-gift-dest-bar gifts: - FoodPizzaLarge: 1 # 16 pizzas + FoodPizza: 2 # DeltaV - Changed to 2 small pizza crates, 8 pizzas total FoodBarSupply: 1 FoodSoftdrinksLarge: 1