diff --git a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml b/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml index 42b4d57e910..abd64d33efe 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml @@ -27,3 +27,13 @@ cost: 6000 # Thanks bounties category: Food group: market + +- type: cargoProduct + id: FoodEmergencyPie + icon: + sprite: Objects/Consumable/Food/Baked/pie.rsi + state: tin + product: CrateFoodEmergencyPie + cost: 3333 + category: Food + group: market diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml index 6e273a72c48..067a9ed9777 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml @@ -29,3 +29,14 @@ amount: 1 - id: FoodBoxDonkpocketDink prob: 0.1 + +- type: entity + id: CrateFoodEmergencyPie + parent: CratePlastic + name: emergency pie delivery + description: '"Then let them eat pie."' + components: + - type: StorageFill + contents: + - id: FoodPieBananaCream + amount: 13