code maintenance bit to white-list current "You hear" instances
Flag existing occurrences of "You hear" as "Deaf-aware" so that a grep for that string in the future doesn't need to trigger further investigation of those.
This commit is contained in:
@@ -1205,7 +1205,7 @@ dokick()
|
||||
!Blind
|
||||
? "Muddy waste pops up from the drain"
|
||||
: !Deaf
|
||||
? "You hear a sloshing sound"
|
||||
? "You hear a sloshing sound" /* Deaf-aware */
|
||||
: "Something splashes you in the", buf);
|
||||
if (!(maploc->looted & S_LRING)) { /* once per sink */
|
||||
if (!Blind)
|
||||
|
||||
Reference in New Issue
Block a user