fix #H4317 - grave diggin'
commit6a3d82ced6362208b8a33d3c7418587401342f89
authorPatR <rankin@nethack.org>
Mon, 25 Apr 2016 07:14:48 +0000 (25 00:14 -0700)
committerPatR <rankin@nethack.org>
Mon, 25 Apr 2016 07:14:48 +0000 (25 00:14 -0700)
tree6eb2a1315c24466764fa8db83236999477db6988
parent4750c0a30378169f9d8d37d302bde659da0cca4b
fix #H4317 - grave diggin'

Digging a grave witha a pick-axe converted the grave to floor but
did not dig a pit and unearth the grave's contents.  [Caused by a
change to maketrap() intended to prevent wizard-mode wishing for
traps on top of furniture.]  Digging a second time succeeded in
creating a pit since the location was no longer furniture.
doc/fixes36.1
src/trap.c