fix #H6203 - jumping over water doesn't

Accidentally caused by my grappling hook fix 2 months ago, attempting
to jump over water made hero enter that water and drown (or crawl out).
hurtle_step() was originally intended to be used for recoil while
levitating, but it is used in other situations where not levitating
and behavior for the two circumstances should be different.

This doesn't fix things properly, just gets jumping working again.
This commit is contained in:
PatR
2017-10-09 15:27:24 -07:00
parent c64ae2d28d
commit 9b3d358989
5 changed files with 29 additions and 7 deletions

View File

@@ -509,6 +509,8 @@ hero poly'd into vampire could drain monster down to 0 HP without killing it,
"you observe a fog cloud where a vampire/bat was" if an unseen vampire on the
far side of a closed door shifted shape to pass under that door
fix mention_walls reporting secret doors as solid stone
jumping over water unintentionally moved hero through that water, causing
drowning if not able to water walk or fly
Platform- and/or Interface-Specific Fixes