Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h592 bool apply_monsters_around_square(monster_func mf, const coord_def& where,
H A Dspl-transloc.cc1360 if (!apply_monsters_around_square([pow] (monster& mon) { in cast_dispersal()
H A Dgod-abil.cc1978 apply_monsters_around_square([pow] (monster& mon) { in _lugonu_warp_area()
5113 const bool friendlies = apply_monsters_around_square([] (monster& mons) { in uskayaw_stomp()
5130 apply_monsters_around_square(_get_stomped, you.pos()); in uskayaw_stomp()
H A Dmon-util.cc5715 bool apply_monsters_around_square(monster_func f, const coord_def& where, in apply_monsters_around_square() function