-
Notifications
You must be signed in to change notification settings - Fork 146
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
Heavyweight Drunk Trait + Drunk Traits Rework #512
Conversation
before i undraft this im actually going to move |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something that's possible to replicate for being high?
Signed-off-by: VMSolidus <[email protected]>
Had to update it to include the new engine version, this was one I think where I had to very much by hand modify the merge conflict, rather than pick one. |
Description
Adds the inverse of lightweight drunk, which makes you less susceptible to the effects of ethanol.
(more specifically, it halves the damage of alcohol and you need to drink twice as much to feel the effects in the first place)
To make the change happen,
LightweightDrunk
component was reworked to:I chose this route in particular, because the other option of multiplying the amount of ethanol gained from alcohols is nonsense.
TODO
TryMetabolizeReagent
event toMetabolizerSystem.cs
so aLightweightDrunkSystem.cs
can listen to the event and multiply the effects of "Ethanol" specifically.Fix a minor spelling mistake that caused the trait condition to not show upMedia
Changelog
🆑