Merge branch 'NetHack-3.6.2' part 2

This commit is contained in:
nhmall
2019-03-23 17:20:11 -04:00
parent 23c1217e18
commit 1d0b00b735
2 changed files with 2 additions and 2 deletions

View File

@@ -440,7 +440,7 @@ boolean resuming;
if ((!g.context.run || flags.runmode == RUN_TPORT)
&& (g.multi && (!g.context.travel ? !(g.multi % 7) : !(g.moves % 7L)))) {
if (flags.time && g.context.run)
g.ontext.botl = TRUE;
g.context.botl = TRUE;
/* [should this be flush_screen() instead?] */
display_nhwindow(WIN_MAP, FALSE);
}

View File

@@ -2045,7 +2045,7 @@ struct obj *obj;
}
if (did_attr || did_prop)
context.botl = TRUE;
g.context.botl = TRUE;
if (did_attr)
pline("This makes you feel %s!",
(did_prop + did_attr) == (trouble_count + unfixable_trbl)