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

[MIRROR] Chem stun reductions now all use AdjustAllImmobility, and the AllImmobility procs now adjust unconscious #2332

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#1352
Original PR: tgstation/tgstation#81873

About The Pull Request

Meth, maints tar, synaptizine, and nicotine now all use the AdjustAllImmobility to handle their stun reductions, instead of individually adjusting all 5-6 immobility effects. AllImmobility, SetAllImmobility, and AdjustAllImmobility now also affect the unconscious status effect as well. I'm calling this a bug/consistency issue, since every chem that didn't already use AdjustAllImmobility was adjusting the unconscious status effect anyway, and they are all clearly trying to do the same thing.

If I missed anything that could also be replaced with AdjustAllImmobility, let me know and I'll fix it.

Why It's Good For The Game

Makes things more consistent, and consistency is good.

Changelog

🆑 Momo8289
code: Chem stun reductions are now applied more consistently.
fix: Chem stun reductions should now more consistently apply to unconsciousness.
/:cl:

…e AllImmobility procs now adjust unconscious (#1352)

* Chem stun reductions now all use AdjustAllImmobility, and the AllImmobility procs now adjust unconscious  (#81873)

## About The Pull Request
Meth, maints tar, synaptizine, and nicotine now all use the
`AdjustAllImmobility` to handle their stun reductions, instead of
individually adjusting all 5-6 immobility effects. `AllImmobility`,
`SetAllImmobility`, and `AdjustAllImmobility` now also affect the
unconscious status effect as well. I'm calling this a bug/consistency
issue, since every chem that didn't already use `AdjustAllImmobility`
was adjusting the unconscious status effect anyway, and they are all
clearly trying to do the same thing.

If I missed anything that could also be replaced with
`AdjustAllImmobility`, let me know and I'll fix it.
## Why It's Good For The Game
Makes things more consistent, and consistency is good.
## Changelog
:cl:
code: Chem stun reductions are now applied more consistently.
fix: Chem stun reductions should now more consistently apply to
unconsciousness.
/:cl:

* Chem stun reductions now all use AdjustAllImmobility, and the AllImmobility procs now adjust unconscious

---------

Co-authored-by: Nick <[email protected]>
@Iajret Iajret merged commit dbf53ac into master Mar 9, 2024
24 checks passed
@Iajret Iajret deleted the upstream-mirror-1352 branch March 9, 2024 15:36
AnywayFarus added a commit that referenced this pull request Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants