sound cleanup
+ Separate the two uses of flags.soundok. + Player-settable option is now called "acoustics". + Deafness is now handled as a full-fledged attribute. + Check for deafness in You_hear(), rather than caller. + Check for deafness in caller, rather than verbalize(), because gods can speak to characters in spite of deafness. + Since changes are being made to prop.h, reorder it to the same order as youprop.h and enlightenment. There are still some extraneous checks and missing checks for deafness, which will be followed up in a future patch. Because of the size of this patch and its savefile incompatibilities, it is only being applied to the trunk code. Portions of this patch were written by Michael Allison.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
\begin{document}
|
||||
%
|
||||
% input file: guidebook.mn
|
||||
% $Revision: 1.69 $ $Date: 2003/08/14 11:04:25 $
|
||||
% $Revision: 1.70 $ $Date: 2003/09/27 15:55:35 $
|
||||
%
|
||||
%.ds h0 "
|
||||
%.ds h1 %.ds h2 \%
|
||||
@@ -2033,6 +2033,10 @@ Some of the options listed may be inactive in your dungeon.
|
||||
|
||||
\blist{}
|
||||
%.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.
|
||||
%.lp
|
||||
\item[\ib{align}]
|
||||
Your starting alignment ({\tt align:lawful}, {\tt align:neutral},
|
||||
or {\tt align:chaotic}). You may specify just the first letter.
|
||||
@@ -2498,12 +2502,6 @@ Suppress terminal beeps (default on).
|
||||
\item[\ib{sortpack}]
|
||||
Sort the pack contents by type when displaying inventory (default on).
|
||||
%.lp
|
||||
\item[\ib{sound}]
|
||||
Enable messages about what your character hears (default on).
|
||||
Note that this has nothing to do with your computer's audio capabilities.
|
||||
This option is only partly under player control. The game toggles it
|
||||
off and on during and after sleep, for example.
|
||||
%.lp
|
||||
\item[\ib{standout}]
|
||||
Boldface monsters and ``{\tt --More--}'' (default off).
|
||||
%.lp
|
||||
|
||||
Reference in New Issue
Block a user