more deafness-related message corrections
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user