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] Fixing cell power usage (Part 1) #2598

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#1627
Original PR: tgstation/tgstation#82197

About The Pull Request

Yeah i am not about to create 30 different PR's to address 1 issue at a time. The changes are small enough to be grouped together in bulk.

This fixes the following issues specified in #82196

  • Borg & exosuit RCD (Fixes #82193)
  • Motorized wheelchair
  • Canister shielding
  • Electrolyser
  • Potato cell
  • Space heater
  • Microwave

Changelog

🆑 SyncIt21
fix: Fixed cell energy usage for a bunch of stuff(Part 1). See PR 82197 for details
/:cl:

* Fixing cell power usage (Part 1)

* Conflicts

* woops

---------

Co-authored-by: SyncIt21 <[email protected]>
Co-authored-by: SomeRandomOwl <[email protected]>
@Steals-The-PRs Steals-The-PRs added Mirroring conflict git cherry-pick во что-то уткнулся. Не ставить вручную, только для бота TG Mirror labels Mar 27, 2024
@Iajret Iajret merged commit c2bba3c into master Mar 28, 2024
23 checks passed
@Iajret Iajret deleted the upstream-mirror-1627 branch March 28, 2024 12:05
AnywayFarus added a commit that referenced this pull request Mar 28, 2024
Iajret pushed a commit that referenced this pull request May 21, 2024
* Makes monkey powder reaction instant (#83354)

## About The Pull Request
- Fixes #83347

This issue title is misleading because the actual problem is with the
monkey reaction

Because this reaction is currently not instant it will only require
`CHEMICAL_QUANTIZATION_LEVEL`(0.0001)u of reagents to be present for the
reaction to occur. This means even though the actual requirements are
50u power & 1u water in reality you only need 0.005u(50 * 0.0001) powder
& 0.0001u(1 * 0.0001) water for the reaction to occur.

This is expected behaviour for non instant reactions because we still
want reactions to occur but yield less products when less required
reagent amounts are present but it's not ideal for monkey reactions

## Changelog
:cl:
fix: Monkey power reactions are instant and won't occur when exact
reagent requirements (50u power & 1u water) or above aren't met. Stops
players from cheesing monkeys from plumbing factories
/:cl:

* Makes monkey powder reaction instant

---------

Co-authored-by: SyncIt21 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mirroring conflict git cherry-pick во что-то уткнулся. Не ставить вручную, только для бота TG Mirror
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants