Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-10-06 12:54:27 -04:00
42 changed files with 489 additions and 288 deletions

View File

@@ -1686,9 +1686,9 @@ mkinvokearea()
/* any trap hero is stuck in will be going away now */
if (u.utrap) {
u.utrap = 0;
if (u.utraptype == TT_BURIEDBALL)
buried_ball_to_punishment();
reset_utrap(FALSE);
}
mkinvpos(xmin, ymin, 0); /* middle, before placing stairs */