Merge branch 'NetHack-3.6.2' part 2
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user