mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 21:53:22 +00:00
* Fixes moveloop shit (#75675) ## About The Pull Request I was using the step_x procs when I should have been using get_step_x and Move() This was causing some mob behavior to not properly respect things like gravity or potentially entered/exited signals. Also ensures we pass direction into Move consistently, and deletes a function that was meant to like, use step_to but with directions? Was never actually used properly I forgot to properly respect the "don't change dir" flag Closes #75673 🆑 fix: Mobs will fly around space... less /🆑 * Fixes moveloop shit --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>