make pizza crates not invalidate chef (#3013)
* meow * DrltaV * :trollface: * gamerule
This commit is contained in:
parent
8bd92bea6f
commit
b2f2bca85f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue