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:
@@ -4082,6 +4082,9 @@ applies only to new games.
|
||||
|
||||
\blist{}
|
||||
%.lp
|
||||
\item[\ib{accessiblemsg}]
|
||||
Add location or direction information to messages (default is off).
|
||||
%.lp
|
||||
\item[\ib{acoustics}]
|
||||
Enable messages about what your character hears (default on).
|
||||
Note that this has nothing to do with your computer's audio capabilities.
|
||||
@@ -6529,6 +6532,9 @@ traditional Rogue-like commands.
|
||||
\item[\ib{paranoid\verb+_+confirmation:swim}]
|
||||
Prevent walking into water or lava.
|
||||
%.lp
|
||||
\item[\ib{accessiblemsg}]
|
||||
Adds direction or location information to messages.
|
||||
%.lp
|
||||
\item[\ib{autodescribe}]
|
||||
Automatically describe the terrain under the cursor when targeting.
|
||||
%.lp
|
||||
|
||||
Reference in New Issue
Block a user