Fix vision when guard moves a monster
This commit is contained in:
@@ -731,6 +731,7 @@ gd_mv_monaway(struct monst *grd, int nx, int ny)
|
|||||||
}
|
}
|
||||||
if (!rloc(mtmp, RLOC_ERR | RLOC_MSG) || MON_AT(nx, ny))
|
if (!rloc(mtmp, RLOC_ERR | RLOC_MSG) || MON_AT(nx, ny))
|
||||||
m_into_limbo(mtmp);
|
m_into_limbo(mtmp);
|
||||||
|
recalc_block_point(nx, ny);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user