Home
last modified time | relevance | path

Searched refs:see_new (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dxom.cc1112 const bool see_new = you.can_see(mons); in _xom_polymorph_monster() local
1114 if (see_old || see_new) in _xom_polymorph_monster()
1116 const string new_name = see_new ? mons.full_name(DESC_PLAIN) in _xom_polymorph_monster()
H A Dmonster.cc5423 const bool see_new = you.see_cell(pos()); in check_redraw() local
5425 if ((see_new || see_old) && !view_update()) in check_redraw()
5427 if (see_new) in check_redraw()