Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc5190 const bool physically_vis = !blind && (!invisible() in visible_to() local
5194 const bool vis = seen_by_att || physically_vis; in visible_to()