Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-10 22:46:00 -05:00

View File

@@ -2408,7 +2408,7 @@ register struct monst *mtmp;
You("smell smoke."); You("smell smoke.");
if (is_ice(mtmp->mx, mtmp->my)) if (is_ice(mtmp->mx, mtmp->my))
melt_ice(mtmp->mx, mtmp->my, (char *) 0); melt_ice(mtmp->mx, mtmp->my, (char *) 0);
if (see_it) if (see_it && t_at(mtmp->mx, mtmp->my))
seetrap(trap); seetrap(trap);
break; break;
case PIT: case PIT: