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

Break fake parts when main part breaks #74615

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

anothersimulacrum
Copy link
Member

Summary

Bugfixes "Break fake vehicle parts when the real part breaks"

Purpose of change

When a fake part is bashed, it bashes the main part. However, this doesn't update the fake part, and so when the main part breaks, it can result in a still functional fake part.

Fixes #74307

Describe the solution

Break the fake part when the main part breaks.

Describe alternatives you've considered

Testing

Turn a car 45 degrees, bash the fake doors. See they break when the real door breaks.

Additional context

@github-actions github-actions bot added Vehicles Vehicles, parts, mechanics & interactions [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Jun 17, 2024
@dseguin dseguin merged commit 1e9e5f4 into CleverRaven:master Jun 17, 2024
22 of 28 checks passed
@anothersimulacrum anothersimulacrum deleted the fix-item-dupe-bug branch June 17, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` json-styled JSON lint passed, label assigned by github actions Vehicles Vehicles, parts, mechanics & interactions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Item Duplication bug just dropped
2 participants