Fix vision when applying a wand of digging

This commit is contained in:
Pasi Kallinen
2025-01-08 13:59:50 +02:00
parent 256b820fe3
commit c956e3e215

View File

@@ -561,6 +561,7 @@ maketrap(coordxy x, coordxy y, int typ)
lev->flags = 0; /* set_levltyp doesn't take care of this [yet?] */
unearth_objs(x, y);
recalc_block_point(x, y);
break;
case TELEP_TRAP:
if (isok(gl.launchplace.x, gl.launchplace.y)) {