Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-04 01:18:24 -05:00
12 changed files with 86 additions and 39 deletions
+3 -1
View File
@@ -4433,7 +4433,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)