filled trap doors on castle can be re-dug

This commit is contained in:
nethack.allison
2005-01-08 14:37:36 +00:00
parent f8ea481ea1
commit 9a3022800b
7 changed files with 13 additions and 6 deletions

View File

@@ -2839,7 +2839,8 @@ do_break_wand(obj)
fillmsg = TRUE;
} else
digactualhole(x, y, BY_OBJECT,
(rn2(obj->spe) < 3 || !Can_dig_down(&u.uz)) ?
(rn2(obj->spe) < 3 ||
(!Can_dig_down(&u.uz) && !levl[x][y].candig)) ?
PIT : HOLE);
}
continue;