Skip to content

Commit

Permalink
Add soretizone to starting kit of chronically ill characters
Browse files Browse the repository at this point in the history
At the start of a shift, it's quite frequent that chemists are both
unable to and too busy to make painkillers for chronically ill
characters for quite some time, leaving them to rot at the start
of the round.

This remedies that by giving them 5 pills of soretizone when they spawn
in, so that they have a buffer before they need to consult
the ship's chemist.
  • Loading branch information
sowelipililimute committed Nov 22, 2024
1 parent 39e5b76 commit 66db80a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/DeltaV/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
id: InPain
name: trait-inpain-name
description: trait-inpain-desc
traitGear: PillCanisterSoretizone
category: Disabilities
components:
- type: Pain
33 changes: 33 additions & 0 deletions Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,39 @@
- id: PillDermaline
amount: 5

- type: entity
name: pill
suffix: Soretizone 10u
parent: Pill
id: PillSoretizone
components:
- type: Pill
pillType: 14
- type: Sprite
state: pill15
- type: Label
currentLabel: soretizone 10u
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Soretizone
Quantity: 10

- type: entity
name: pill canister
parent: PillCanister
id: PillCanisterSoretizone
suffix: Soretizone 10u, 5
components:
- type: Label
currentLabel: soretizone 10u
- type: StorageFill
contents:
- id: PillSoretizone
amount: 5

- type: entity
name: space mirage
parent: Pill
Expand Down

0 comments on commit 66db80a

Please sign in to comment.