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

[fixed] don't pick up your own shot arrows from mid air #2169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mugg91
Copy link
Contributor

@mugg91 mugg91 commented Nov 18, 2024

Status

  • READY: this PR is (to the best of your knowledge) ready to be incorporated into the game.

Description

Fixes #2074

This PR fixes a bug where you could harvest your own arrows in mid air, preventing you from shooting arrows at low charge while grappling from a ceiling. Arrows can now only be harvested if they are static.

This bug only happened in online. Tested and it doesn't happen anymore on a dedicated server.

Removed a duplicate if (arrow !is null) check.

@Vam-Jam Vam-Jam self-assigned this Nov 19, 2024
Copy link
Member

@Vam-Jam Vam-Jam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works

@Vam-Jam Vam-Jam added the ready A pull request that functions correctly and is ready for testing label Nov 23, 2024
@Vam-Jam Vam-Jam added this to the Next Patch milestone Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready A pull request that functions correctly and is ready for testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arrows are harvested in mid air when shooting while hanging
2 participants