overlooked rn2_on_display_rng bit

This commit is contained in:
nhmall
2019-06-09 07:41:11 -04:00
parent 54d24d0333
commit 8a82a67d41

View File

@@ -1976,7 +1976,7 @@ struct monst *mtmp;
#ifdef CLIPPING
cliparound(mtmp->mx, mtmp->my);
#endif
show_glyph(mtmp->mx, mtmp->my, mon_to_glyph(mtmp, rn2));
show_glyph(mtmp->mx, mtmp->my, mon_to_glyph(mtmp, rn2_on_display_rng));
display_self();
You_feel("aggravated at %s.", noit_mon_nam(mtmp));
display_nhwindow(WIN_MAP, TRUE);