Fix vision when vault guard clears corridor
This commit is contained in:
+1
-2
@@ -99,8 +99,7 @@ clear_fcorr(struct monst *grd, boolean forceshow)
|
|||||||
}
|
}
|
||||||
del_engr_at(fcx, fcy);
|
del_engr_at(fcx, fcy);
|
||||||
map_location(fcx, fcy, 1); /* bypass vision */
|
map_location(fcx, fcy, 1); /* bypass vision */
|
||||||
if (!ACCESSIBLE(lev->typ))
|
recalc_block_point(fcx, fcy);
|
||||||
block_point(fcx, fcy);
|
|
||||||
gv.vision_full_recalc = 1;
|
gv.vision_full_recalc = 1;
|
||||||
egrd->fcbeg++;
|
egrd->fcbeg++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user