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] Fixes the deployable component rotating things it isnt supposed to #1540

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#428
Original PR: tgstation/tgstation#80877

About The Pull Request

Actually moves the rotation part of the code under the check for if the component is supposed to rotate things

Why It's Good For The Game

Despite setting the variable for rotating stuff to no, the component would still rotate stuff, this is bad

Changelog

🆑 Paxilmaniac
fix: The deployable component will now actually stop rotating things when the variable to not do that is set
/:cl:

…sed to (#428)

* Fixes the deployable component rotating things it isnt supposed to (#80877)

## About The Pull Request

Actually moves the rotation part of the code under the check for if the
component is supposed to rotate things
## Why It's Good For The Game

Despite setting the variable for rotating stuff to no, the component
would still rotate stuff, this is bad
## Changelog
:cl:
fix: The deployable component will now actually stop rotating things
when the variable to not do that is set
/:cl:

* Fixes the deployable component rotating things it isnt supposed to

---------

Co-authored-by: Paxilmaniac <[email protected]>
Co-authored-by: NovaBot <[email protected]>
@Iajret Iajret merged commit a8ca717 into master Jan 14, 2024
23 checks passed
@Iajret Iajret deleted the upstream-mirror-428 branch January 14, 2024 09:37
AnywayFarus added a commit that referenced this pull request Jan 14, 2024
Iajret pushed a commit that referenced this pull request Mar 20, 2024
)

* Converts ore_mined talley into only recording typepaths. (#82098)

## About The Pull Request

This Pull request makes it so that the blackbox `ore_mined` talley will
now only record the mineral stack's typepath as opposed to a 50/50 mix
of names and typepaths.

## Why It's Good For The Game

Fixes #82042. Logging should be as descriptive as possible while also
avoiding the possibility for misunderstanding, so using the typepath for
logging on the blackbox is preferred.

## Changelog

:cl:
code: Mineral logging now collects ore names more cleanly.
/:cl:

* Converts ore_mined talley into only recording typepaths.

---------

Co-authored-by: ArcaneMusic <[email protected]>
ReezeBL pushed a commit that referenced this pull request Mar 20, 2024
) (#2487)

* Converts ore_mined talley into only recording typepaths. (#82098)

## About The Pull Request

This Pull request makes it so that the blackbox `ore_mined` talley will
now only record the mineral stack's typepath as opposed to a 50/50 mix
of names and typepaths.

## Why It's Good For The Game

Fixes #82042. Logging should be as descriptive as possible while also
avoiding the possibility for misunderstanding, so using the typepath for
logging on the blackbox is preferred.

## Changelog

:cl:
code: Mineral logging now collects ore names more cleanly.
/:cl:

* Converts ore_mined talley into only recording typepaths.

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: ArcaneMusic <[email protected]>
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