Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -2018,7 +2018,7 @@ struct monst *mdef;
|
||||
{
|
||||
if (!Invisible) {
|
||||
map_location(u.ux, u.uy, TRUE);
|
||||
tmp_at(DISP_ALWAYS, mon_to_glyph(&g.youmonst));
|
||||
tmp_at(DISP_ALWAYS, mon_to_glyph(&g.youmonst, rn2_on_display_rng));
|
||||
tmp_at(mdef->mx, mdef->my);
|
||||
}
|
||||
You("engulf %s!", mon_nam(mdef));
|
||||
|
||||
Reference in New Issue
Block a user