]> granicus.if.org Git - nethack/commit
finding traps while blind
authornethack.rankin <nethack.rankin>
Thu, 14 Apr 2005 03:26:56 +0000 (03:26 +0000)
committernethack.rankin <nethack.rankin>
Thu, 14 Apr 2005 03:26:56 +0000 (03:26 +0000)
commit61dda66355fce81c36ffafb88640a7d51d2e121e
tree7d3d17b51185ff1dbc4d4d6599543cade5fed69c
parent68dc0831bc5bd91329d1a499138ba22ccf5d3a4c
finding traps while blind

     <Someone> reported that when levitating and blind, he was getting
"You float over the hole" without it showing up on the map.  Easiest way
to reproduce:  zap a wand of digging downwards while levitating blind,
move off the spot and back over it.

     Make sure that all traps created by the player are mapped.  For other
traps, it was about 50:50 whether the trap triggering message yields enough
information to warrant forcibly mapping the trap when blind.
include/extern.h
src/apply.c
src/dig.c
src/polyself.c
src/trap.c