Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc561 targetc = random_monster_at_grid(mons->pos(), true); in monster_polymorph()
H A Dmon-util.h479 monster_type random_monster_at_grid(const coord_def& p, bool species = false);
H A Dmon-util.cc181 monster_type random_monster_at_grid(const coord_def& p, bool species) in random_monster_at_grid() function