-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 bola effect stacking #34723
base: master
Are you sure you want to change the base?
Fixed bola effect stacking #34723
Conversation
you can link your pr to the issue so it could be autoclosed along with pr merging |
Thanks for the info! |
Made walk/sprint speed AutoNetworkFields to fix some networking issues when removing bolas while walking.
Huge success I still think the cumulative speed reduction from multiple bolas needs to be looked into at some point, but that's out of scope of this PR Also bolas need to work on mobs like dogs or spiders but that's also out of scope |
About the PR
Bolas had a bug that allowed them to stack and apply to the same target (#34694)
I changed the shared ensnareable system to only allow one bola to be applied as mentioned in (#34694)
Fixes #34694
Why / Balance
Removes the ability to movelock and makes it less annoying to remove many bolas.
Technical details
Changed the checks in the SharedEnsnareableSystem's TryEnsnare method to only ensnare if they aren't already ensnared. (Try saying that 3 times fast lol)
Media
Requirements
Breaking changes
Changelog
🆑