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 soretizone to starting kit of chronically ill characters #2259

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,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
Loading