Home
last modified time | relevance | path

Searched refs:mons_class_primary_habitat (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h293 habitat_type mons_class_primary_habitat(monster_type mc);
H A Dtimed-effects.cc639 && mons_class_primary_habitat(mon->base_monster) != HT_LAND in _catchup_monster_moves()
H A Dspl-summoning.cc1588 if (mons_class_primary_habitat(zombie_type) == HT_WATER in _raise_remains()
1589 || mons_class_primary_habitat(zombie_type) == HT_LAVA) in _raise_remains()
H A Dmon-place.cc166 habitat2grid(mons_class_primary_habitat(mt)); in monster_habitable_grid()
2709 return habitat2grid(mons_class_primary_habitat(mc)); in _monster_primary_habitat_feature()
H A Dmon-util.cc3365 habitat_type mons_class_primary_habitat(monster_type mc) in mons_class_primary_habitat() function
3378 return mons_class_primary_habitat(type); in mons_primary_habitat()
H A Ddungeon.cc3920 if (mons_class_primary_habitat(mon) == HT_LAND) in _place_aquatic_in()
5061 const habitat_type habitat = mons_class_primary_habitat(montype); in dgn_place_monster()