Skip to content

Commit

Permalink
add painkillers to logi purchases (#2674)
Browse files Browse the repository at this point in the history
* pain ops

* Update cargo_medical.yml

Signed-off-by: Lyndomen <[email protected]>

---------

Signed-off-by: Lyndomen <[email protected]>
  • Loading branch information
Lyndomen authored Jan 10, 2025
1 parent 60c5291 commit 5af62a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
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

0 comments on commit 5af62a8

Please sign in to comment.