Accessibility: lookaround command, mention_map option
Adds a new extended command #lookaround, which will describe the map around the hero they can see or remember. Adds a new boolean option mention_map, which will give a message when an interesting map location in sight changes.
This commit is contained in:
@@ -2031,7 +2031,9 @@ seffect_magic_mapping(struct obj **sobjp)
|
||||
cval = (scursed && !confused);
|
||||
if (cval)
|
||||
HConfusion = 1; /* to screw up map */
|
||||
notice_mon_off();
|
||||
do_mapping();
|
||||
notice_mon_on();
|
||||
if (cval) {
|
||||
HConfusion = 0; /* restore */
|
||||
pline("Unfortunately, you can't grasp the details.");
|
||||
|
||||
Reference in New Issue
Block a user