converting SCORR to CORR unblocks vision
- fix several cases where a point was unblocked by unblock_point wasn't called, directly or indirectly
This commit is contained in:
@@ -338,6 +338,7 @@ do_pit: chasm = maketrap(x,y,PIT);
|
||||
if (*in_rooms(x, y, SHOPBASE))
|
||||
add_damage(x, y, 0L);
|
||||
levl[x][y].doormask = D_NODOOR;
|
||||
unblock_point(x,y);
|
||||
newsym(x,y);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user