more deafness-related message corrections

This commit is contained in:
nhmall
2019-11-04 00:36:54 -05:00
parent c92544750a
commit 93f95dd051
4 changed files with 16 additions and 5 deletions

View File

@@ -4441,7 +4441,9 @@ short exploding_wand_typ;
if (is_ice(x, y)) {
melt_ice(x, y, (char *) 0);
} else if (is_pool(x, y)) {
const char *msgtxt = "You hear hissing gas.";
const char *msgtxt = (!Deaf)
? "You hear hissing gas."
: "That seemed remarkably uneventful.";
if (lev->typ != POOL) { /* MOAT or DRAWBRIDGE_UP */
if (see_it)