Moose teleport patch
Summary
Bugfixes "Fixed issue where non-climbing monsters could sometimes teleport up ladders"
Purpose of change
Fixes #70862
Describe the solution
Problem was caused by code used to allow climbing non-aligned stairs triggering for aligned ones, after code to handle those had already run. Added check to prevent non-aligned stair handling from checking aligned stairs.
Describe alternatives you've considered
Testing
Attempted to replicate issue with several non-climbing monsters, all of which failed. Ensured that stairs and ladders remained functional for the player.
Additional context
@PerfectlyInternal is there something else needs to be done to get this PR out of draft state?
Closing as stale. If you wish to continue working on this, ping me to reopen.