]> granicus.if.org Git - nethack/commit
wizard mode wishing for terrain
authorPatR <rankin@nethack.org>
Wed, 18 Dec 2019 02:14:08 +0000 (18:14 -0800)
committerPatR <rankin@nethack.org>
Wed, 18 Dec 2019 02:14:08 +0000 (18:14 -0800)
commit512f886ca66943e2d5dbba77a743cd8eee7af834
tree54ce9448987ba4b7ced3fee05fea6c792c985082
parent0ee445ce0bc35ce7744d1e630d0d6d0d409f5f90
wizard mode wishing for terrain

Fix some issues noticed when experimenting with ceiling hiders.
They're all blind (at least without the monks' Eyes) and some of
the behavior while blind seemed to be incorrect (though some that
I thought was wrong turned out to be ok; feel_newsym() won't update
the map if the hero can't reach the floor).  Fixing that made me
notice that some terrain side-effects (being underwater or stuck in
lava) weren't getting disabled when the underlying terrain wasn't
the corresponding type anymore.
doc/fixes36.4
src/objnam.c
src/trap.c