Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h409 bool mons_looks_stabbable(const monster& m);
H A Dmon-info.cc606 if (mons_looks_stabbable(*m)) in monster_info()
H A Dhints.cc794 || mons_looks_stabbable(*mons) in _mons_is_highlighted()
H A Dmon-util.cc3549 bool mons_looks_stabbable(const monster& m) in mons_looks_stabbable() function
3560 && !mons_looks_stabbable(m); in mons_looks_distracted()