Skip to content

fix #607 - Dying doesn't end autowalk

heydabop requested to merge heydabop/607-autowalk-death into master
  • [ x ] By opening this merge request, you agree to release your code and all other changes under the GPL 3 license and to abide by the terms set by this license.
  • [ x ] Significant changes of this merge request have been added to the changelog.

Fixes #607 (closed) - Dying doesn't end autowalk

Probably not the most efficient way to do this since it's checking on every game loop (tho it only checks death if auto walking), but it looks like session sets/unsets autowalk and doesn't have specific death handling?

Merge request reports