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

Fixes the wire cutter bug on the plants #4259

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

MikeKuwait
Copy link
Contributor

@MikeKuwait MikeKuwait commented Aug 26, 2023

About the pull request

Fixes #3367

In the hydro code for the wire cutter, it forces the update in process(), so everytime you take a sample there's a chance it grows. So, by removing the force update it should fix the bug.

Explain why it's good for the game

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑

fix: Plants should not grow every time it's sampled

/:cl:

@github-actions github-actions bot added the Fix Fix one bug, make ten more label Aug 26, 2023
@harryob harryob added this pull request to the merge queue Aug 27, 2023
Merged via the queue into cmss13-devs:master with commit a2ba537 Aug 27, 2023
27 checks passed
cm13-github added a commit that referenced this pull request Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug using a wire-cuter on a plant will create a sample but will increase the growth stage of the plant.
2 participants