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

Downward movement bug fix #70819

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

worm-girl
Copy link
Contributor

Summary

Bugfixes "Fixes improper behavior when moving down"

Purpose of change

Fixes #70809 and #70802

#70479 included a piece of logic to make it possible to traverse down Z levels midair without falling, but I set it up wrong so the check was always true. This fixes it.

Describe the solution

Delete the check for there not being a ledge.

Describe alternatives you've considered

Completely redoing up/down movement because it's very weird.

Testing

Made a guy, tried gliding, tried going down on solid ground and saw it wasn't possible

Additional context

@github-actions github-actions bot added <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` labels Jan 10, 2024
@worm-girl worm-girl marked this pull request as draft January 10, 2024 06:05
@worm-girl worm-girl marked this pull request as ready for review January 10, 2024 06:08
@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Jan 10, 2024
@Maleclypse Maleclypse merged commit 48ff72a into CleverRaven:master Jan 11, 2024
22 of 29 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Halfway down, the way down becomes blocked off" text shows up instead of the usual prompt
2 participants