Fix vision when applying a wand of digging
This commit is contained in:
@@ -561,6 +561,7 @@ maketrap(coordxy x, coordxy y, int typ)
|
|||||||
lev->flags = 0; /* set_levltyp doesn't take care of this [yet?] */
|
lev->flags = 0; /* set_levltyp doesn't take care of this [yet?] */
|
||||||
|
|
||||||
unearth_objs(x, y);
|
unearth_objs(x, y);
|
||||||
|
recalc_block_point(x, y);
|
||||||
break;
|
break;
|
||||||
case TELEP_TRAP:
|
case TELEP_TRAP:
|
||||||
if (isok(gl.launchplace.x, gl.launchplace.y)) {
|
if (isok(gl.launchplace.x, gl.launchplace.y)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user