Merge branch 'NetHack-3.6.2' part 2
This commit is contained in:
+1
-1
@@ -440,7 +440,7 @@ boolean resuming;
|
|||||||
if ((!g.context.run || flags.runmode == RUN_TPORT)
|
if ((!g.context.run || flags.runmode == RUN_TPORT)
|
||||||
&& (g.multi && (!g.context.travel ? !(g.multi % 7) : !(g.moves % 7L)))) {
|
&& (g.multi && (!g.context.travel ? !(g.multi % 7) : !(g.moves % 7L)))) {
|
||||||
if (flags.time && g.context.run)
|
if (flags.time && g.context.run)
|
||||||
g.ontext.botl = TRUE;
|
g.context.botl = TRUE;
|
||||||
/* [should this be flush_screen() instead?] */
|
/* [should this be flush_screen() instead?] */
|
||||||
display_nhwindow(WIN_MAP, FALSE);
|
display_nhwindow(WIN_MAP, FALSE);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -2045,7 +2045,7 @@ struct obj *obj;
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (did_attr || did_prop)
|
if (did_attr || did_prop)
|
||||||
context.botl = TRUE;
|
g.context.botl = TRUE;
|
||||||
if (did_attr)
|
if (did_attr)
|
||||||
pline("This makes you feel %s!",
|
pline("This makes you feel %s!",
|
||||||
(did_prop + did_attr) == (trouble_count + unfixable_trbl)
|
(did_prop + did_attr) == (trouble_count + unfixable_trbl)
|
||||||
|
|||||||
Reference in New Issue
Block a user