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

@@ -655,7 +655,7 @@ mon_tele:
pline_The("digging ray is ineffective.");
return 2;
}
if (!Can_dig_down(&u.uz)) {
if (!Can_dig_down(&u.uz) && !levl[mtmp->mx][mtmp->my].candig) {
if(canseemon(mtmp))
pline_The("%s here is too hard to dig in.",
surface(mtmp->mx, mtmp->my));