rng bit
This commit is contained in:
@@ -1250,7 +1250,7 @@ register struct obj *obj;
|
|||||||
/* for "the Foo of Bar", only scuff "Foo of Bar" part */
|
/* for "the Foo of Bar", only scuff "Foo of Bar" part */
|
||||||
bufp = !strncmpi(bufcpy, "the ", 4) ? (buf + 4) : buf;
|
bufp = !strncmpi(bufcpy, "the ", 4) ? (buf + 4) : buf;
|
||||||
do {
|
do {
|
||||||
wipeout_text(bufp, rnd(2), (unsigned) 0);
|
wipeout_text(bufp, rn2_on_display_rng(2), (unsigned) 0);
|
||||||
} while (!strcmp(buf, bufcpy));
|
} while (!strcmp(buf, bufcpy));
|
||||||
pline("While engraving, your %s slips.", body_part(HAND));
|
pline("While engraving, your %s slips.", body_part(HAND));
|
||||||
display_nhwindow(WIN_MESSAGE, FALSE);
|
display_nhwindow(WIN_MESSAGE, FALSE);
|
||||||
|
|||||||
Reference in New Issue
Block a user