Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add emergency pie delivery #2211

Merged
merged 6 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 11 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@
amount: 1
- id: FoodBoxDonkpocketDink
prob: 0.1

- type: entity
DisposableCrewmember42 marked this conversation as resolved.
Show resolved Hide resolved
id: CrateFoodEmergencyPie
parent: CratePlastic
name: emergency pie delivery
description: '"Then let them eat pie."'
components:
- type: StorageFill
contents:
- id: FoodPieBananaCream
amount: 13
Loading