Accessibility: mon_movement

Adds a new boolean option, mon_movement. When hero notices monster
movement, give a message. Use with spot_monsters and accessiblemsg.
This commit is contained in:
Pasi Kallinen
2024-02-07 19:46:53 +02:00
parent e5e63b886e
commit 6b9f411a32
6 changed files with 40 additions and 2 deletions

View File

@@ -4572,6 +4572,9 @@ Default `{\tt \verb+}+}'.
% Only applicable to some menus, and only useful to some interfaces.
% Debug mode only.
%.lp
\item[\ib{mon\verb+_+movement}]
Show a message when hero notices a monster movement (default is off).
%.lp
\item[\ib{monpolycontrol}]
Prompt for new form whenever any monster changes shape (default off).
Debug mode only.
@@ -6546,6 +6549,10 @@ Adds direction or location information to messages.
\item[\ib{spot\verb+_+monsters}]
Shows a message when hero notices a monster; combine with accessiblemsg.
%.lp
\item[\ib{mon\verb+_+movement}]
Shows a message when hero notices a monster movement;
combine with spot\verb+_+monsters and accessiblemsg.
%.lp
\item[\ib{autodescribe}]
Automatically describe the terrain under the cursor when targeting.
%.lp