Fix vision when vampire changes form on a door
This commit is contained in:
@@ -2951,7 +2951,7 @@ vamprises(struct monst *mtmp)
|
|||||||
set_msg_xy(0, 0); /* in case none of the messages was delivered */
|
set_msg_xy(0, 0); /* in case none of the messages was delivered */
|
||||||
|
|
||||||
door->doormask = D_NODOOR;
|
door->doormask = D_NODOOR;
|
||||||
unblock_point(x, y);
|
recalc_block_point(x, y);
|
||||||
if (trapped) {
|
if (trapped) {
|
||||||
boolean trap_killed, save_verbose = flags.verbose;
|
boolean trap_killed, save_verbose = flags.verbose;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user