Recalc mapseen when a special room is entered
This commit is contained in:
@@ -3419,8 +3419,10 @@ room_discovered(int roomno)
|
||||
{
|
||||
mapseen *mptr = find_mapseen(&u.uz);
|
||||
|
||||
if (mptr)
|
||||
if (mptr && !mptr->msrooms[roomno].seen) {
|
||||
mptr->msrooms[roomno].seen = 1;
|
||||
recalc_mapseen();
|
||||
}
|
||||
}
|
||||
|
||||
/* #overview command */
|
||||
|
||||
Reference in New Issue
Block a user