Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_mon-util.cc15 const bool removed = mons_is_removed(MONS_BUMBLEBEE);
22 const bool removed = mons_is_removed(MONS_BUTTERFLY);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h407 bool mons_is_removed(monster_type mc);
H A Dmon-util.cc2618 while (mons_is_removed(mc)); in _random_mons_between()
3544 bool mons_is_removed(monster_type mc) in mons_is_removed() function
H A Dtags.cc6041 if (mons_is_removed(mi.type)) in _unmarshallMonsterInfo()