Fix vision: force bolt breaking door with temp cloud

This commit is contained in:
Pasi Kallinen
2025-01-09 19:44:21 +02:00
parent 843b02ec1d
commit de38ce2c90

View File

@@ -1232,7 +1232,7 @@ doorlock(struct obj *otmp, coordxy x, coordxy y)
}
sawit = cansee(x, y);
door->doormask = D_BROKEN;
unblock_point(x, y);
recalc_block_point(x, y);
seeit = cansee(x, y);
newsym(x, y);
if (flags.verbose) {