Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h386 bool mons_is_cornered(const monster& m);
H A Dwiz-mon.cc480 : mons_is_cornered(mons) ? "cornered" in debug_stethoscope()
H A Dmon-behv.cc1218 if (mons_is_cornered(*mon)) in behaviour_event()
H A Dmon-util.cc3497 return m.behaviour == BEH_FLEE || mons_is_cornered(m); in mons_is_fleeing()
3507 bool mons_is_cornered(const monster& m) in mons_is_cornered() function