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
pontaoski committed Nov 22, 2024
1 parent 39e5b76 commit 24ff40c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- type: entity
parent: Pill
id: PillSoretizone
suffix: Soretizone 10u
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
parent: PillCanister
id: PillCanisterSoretizone
suffix: Soretizone 10u, 5
components:
- type: Label
currentLabel: soretizone 10u
- type: StorageFill
contents:
- id: PillSoretizone
amount: 5
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

0 comments on commit 24ff40c

Please sign in to comment.