Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pathfind.cc465 if (mons->floundering_at(npos)) in mons_travel_cost()
H A Dmonster.h265 bool floundering_at(const coord_def p) const;
H A Dmon-movetarget.cc1030 if (mon->floundering_at(p) && (mons_intel(*mon) >= I_HUMAN)) in _can_safely_go_through()
H A Dmonster.cc291 bool monster::floundering_at(const coord_def p) const in floundering_at() function in monster
308 return floundering_at(pos()); in floundering()