Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h1131 RANDOM_COMPATIBLE_MONSTER, // used for player shadow creatures (prevents repulsing summons) enumerator
H A Dmon-place.cc362 || mt == RANDOM_COMPATIBLE_MONSTER in _is_random_monster()
412 else if (kind == RANDOM_COMPATIBLE_MONSTER) in pick_random_monster()
520 || mon_type == RANDOM_COMPATIBLE_MONSTER in resolve_monster_type()
H A Dspl-summoning.cc1071 mgen_data(RANDOM_COMPATIBLE_MONSTER, BEH_FRIENDLY, you.pos(), in cast_shadow_creatures()