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 HealingWord & Revivify Bugs #949

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

VMSolidus
Copy link
Member

@VMSolidus VMSolidus commented Sep 22, 2024

Description

Playtesting uncovered a few bugs with the HealOtherSystem, these are luckily pretty simple to fix. I also made a few of the functions in this system nullable as a performance optimization.

Changelog

🆑

  • fix: Fixed a bug where Breath of Life and Healing Word would set living people to crit, which would knock them down.
  • fix: Fixed a bug where Breath of Life could revive people who were rotten(It will still heal them and reduce the rot timer as intended, but will not revive unless said rot timer reduction brings them below the 10 minute threshold).
  • add: The Do-After bar for Breath of Life and Healing Word is now hidden if glimmer is low enough. The threshold for which scales with your Dampening stat. More Dampening = stealthier casting.

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: YML Changes any yml files labels Sep 22, 2024
@FoxxoTrystan FoxxoTrystan added Priority: 2-High Needs to be resolved as soon as possible Size: 4-Small For small issues/PRs labels Sep 23, 2024
@VMSolidus VMSolidus merged commit 99ee312 into Simple-Station:master Sep 24, 2024
13 checks passed
SimpleStation14 added a commit that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files Priority: 2-High Needs to be resolved as soon as possible Size: 4-Small For small issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants