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

Fix Doctors Delight metabolism Rate #32297

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,7 @@
metamorphicChangeColor: false
metabolisms:
Drink:
metabolismRate: 0.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
metabolismRate: 0.5

Isn't this the default rate? So it can be removed I think.

effects:
- !type:SatiateThirst
factor: 2
Expand All @@ -875,15 +876,14 @@
- !type:AdjustReagent
reagent: Ethanol
amount: 0.05
Medicine:
effects:
- !type:HealthChange
damage:
groups:
Burn: -1
Brute: -1
Airloss: -1
Toxin: -1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

remove extra new line


- type: reagent
id: DriestMartini
Expand Down
Loading