filled trap doors on castle can be re-dug
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user