Skip to content
Merged
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
14 changes: 14 additions & 0 deletions Resources/Prototypes/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,13 @@
messages: ["ethyloxyephedrine-effect-feeling-awake", "ethyloxyephedrine-effect-clear-mind"]
type: Local
probability: 0.1
Digestion: # starcup: make ethyloxyephedrine pills treat narcolepsy
effects:
- !type:ResetNarcolepsy
conditions:
- !type:ReagentCondition
reagent: Ethyloxyephedrine
min: 10

- type: reagent
id: Diphenylmethylamine
Expand All @@ -1025,6 +1032,13 @@
messages: ["ethyloxyephedrine-effect-feeling-awake", "ethyloxyephedrine-effect-clear-mind"]
type: Local
probability: 0.1
Digestion: # starcup: make diphenylmethylamine pills treat narcolepsy
effects:
- !type:ResetNarcolepsy
conditions:
- !type:ReagentCondition
reagent: Diphenylmethylamine
min: 10

- type: reagent
id: Sigynate
Expand Down
Loading