Boulder-over-pit sanity when breaking wand of digging

This commit is contained in:
Pasi Kallinen
2024-12-28 20:54:36 +02:00
parent 5f95831526
commit 6c895ab6f6

View File

@@ -4020,6 +4020,7 @@ do_break_wand(struct obj *obj)
&& !levl[x][y].candig)) ? PIT : HOLE);
}
}
fill_pit(x, y);
continue;
} else if (obj->otyp == WAN_CREATE_MONSTER) {
/* u.ux,u.uy creates it near you--x,y might create it in rock */