Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-place.h93 conduct_type god_hates_monster(monster_type type);
94 conduct_type god_hates_monster(const monster &mon);
H A Dmon-place.cc375 || god_hates_monster(mt); in _is_incompatible_monster()
2848 conduct_type god_hates_monster(monster_type type) in god_hates_monster() function
2859 return god_hates_monster(dummy); in god_hates_monster()
2896 conduct_type god_hates_monster(const monster &mon) in god_hates_monster() function
H A Dspl-summoning.cc283 if (player && god_hates_monster(mon)) in _choose_dragon_type()
1081 while (god_hates_monster(*mons) && ++tries <= 20) in cast_shadow_creatures()
1123 if (god_hates_monster(**mi)) in cast_shadow_creatures()