Accessibility: Add location info to messages
Adds a new boolean option, accessiblemsg. If on, some game messages are prefixed with direction or location information, for example: (west): The newt bites! (northwest): You find a hidden door. I added the info to the most common messages, but several are still missing it.
This commit is contained in:
@@ -437,7 +437,7 @@ dog_invent(struct monst *mtmp, struct edog *edog, int udist)
|
||||
char *otmpname = distant_name(otmp, doname);
|
||||
|
||||
if (flags.verbose)
|
||||
pline("%s picks up %s.",
|
||||
pline_xy(omx, omy, "%s picks up %s.",
|
||||
Monnam(mtmp), otmpname);
|
||||
}
|
||||
obj_extract_self(otmp);
|
||||
|
||||
Reference in New Issue
Block a user