mimics vs DUNGEON_OVERVIEW (trunk only)

Noticed while looking into whether I could use DUNGEON_OVERVIEW data
for something useful, it was recording accurate terrain type for locations
covered by mimics who were mimicking furniture (such as stairs or altars).
Hero should remember the fake terrain rather than whatever is actually
underneath the mimic.

     No fixes entry; user-contributed DUNGEON_OVERVIEW is post-3.4.3 code.
This commit is contained in:
nethack.rankin
2011-12-05 03:17:36 +00:00
parent eef41ba4a8
commit 73a934f6f6
4 changed files with 75 additions and 11 deletions

View File

@@ -1282,6 +1282,7 @@ E struct permonst *NDECL(courtmon);
E void FDECL(save_rooms, (int));
E void FDECL(rest_rooms, (int));
E struct mkroom *FDECL(search_special, (SCHAR_P));
E int FDECL(cmap_to_type, (int));
/* ### mon.c ### */