-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix jetpacks and speedbikes #28222
Fix jetpacks and speedbikes #28222
Conversation
This ended up a bit more complex than I like, because I discovered that the momentum_change argument to Moved() was broken, so I had to fix that. |
It seems like simplemob movement in space has a similar issue when they move diagonally and rocket all over the place |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been on TM for an extended period of time with no issues.
Approved.
What Does This PR Do
Fixes #28219
Fixes #28246
Gives speedbikes their intended ability to move in space.
Why It's Good For The Game
Bugs bad.
Testing
Moved around with a jetpack, let myself drift in both cardinal and diagonal directions.
Moved around with a speedbike, let myself drift in both cardinal and diagonal directions.
Declaration
Changelog
🆑
fix: Jetpacks no longer teleport around.
fix: Speedbikes no longer teleport around.
fix: Speedbikes can fly in space.
/:cl: