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

add painkillers to logi purchases #2674

Merged
merged 2 commits into from
Jan 10, 2025
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-CrateMedicalPainkiller = Painkillers crate
.desc = Contains a number of painkiller options.
10 changes: 10 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Cargo/cargo_medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@
cost: 1500
category: Medical
group: market

- type: cargoProduct
id: PainkillerCrate
icon:
sprite: Objects/Specific/Chemistry/pills_canister.rsi
state: pill_canister
product: CratePainkillerBottles
cost: 1000
category: Medical
group: market
11 changes: 11 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Fills/Crates/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
contents:
- id: GenericRadioImplanter
amount: 3

- type: entity
id: CratePainkillerBottles
parent: CrateMedical
name: painkiller crate
description: Running out of these is not an option.
components:
- type: StorageFill
contents:
- id: PillCanisterStubantazine
amount: 3
Loading