Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-12-28 10:21:04 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -3215,7 +3215,7 @@ struct obj *obj;
(void) thitmonst(mtmp, uwep);
return 1;
}
/* FALL THROUGH */
/*FALLTHRU*/
case 3: /* Surface */
if (IS_AIR(levl[cc.x][cc.y].typ) || is_pool(cc.x, cc.y))
pline_The("hook slices through the %s.", surface(cc.x, cc.y));