]> granicus.if.org Git - nethack/commit
fix #H1803 - levitating at floor level...
authornethack.rankin <nethack.rankin>
Sun, 1 Feb 2009 00:56:50 +0000 (00:56 +0000)
committernethack.rankin <nethack.rankin>
Sun, 1 Feb 2009 00:56:50 +0000 (00:56 +0000)
commit84ca1773e53e60865bbf501c703d76c3115e98f4
tree477bb391be694988cd131bbb0f270ecd2f71cbe6
parent71219bf0930d7a0b04fabaeb3853e14c2d816c12
fix #H1803 - levitating at floor level...

     From a bug report, being stuck in the
floor or in lava and trying to move downwards while levitating gave "you
are floating high above the floor/lava" which contradicts being stuck.
Now you'll get "you are trapped in the floor/lava" in that situation.
I thought about letting it fall through to the chance to autodig with
wielded pick, but decided to go with just the alternate message.  (Being
tethered to a buried iron ball still lets you "float high above the floor",
so this doesn't check for being trapped that way.)
doc/fixes34.4
src/do.c
src/fountain.c