]> granicus.if.org Git - nethack/commit
pit access
authornethack.rankin <nethack.rankin>
Sun, 4 Jan 2004 08:54:16 +0000 (08:54 +0000)
committernethack.rankin <nethack.rankin>
Sun, 4 Jan 2004 08:54:16 +0000 (08:54 +0000)
commitb8991129a8578153e68b314744b11dca78814a0e
tree743dcaed9b40e38fcac9c232740aef6cdf6f0380
parent62e46878b1a52734562fe225068ffb411b02c001
pit access

     Fix the recently reported problem:

" If there is a corpse in a pit, you have to enter the pit in order to pick
" it up, however you are can eat it without being in the pit.

If pit bottoms aren't reachable, then can_reach_floor() needs to know
about it.  I suspect that this change is likely to create some other
bugs though.
doc/fixes34.4
src/engrave.c
src/hack.c
src/pickup.c