Home
last modified time | relevance | path

Searched refs:mons_habitat_type (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_mon-util.cc39 const auto habitat = mons_habitat_type(MONS_KOBOLD, MONS_KOBOLD);
45 const auto habitat = mons_habitat_type(MONS_LAVA_SNAKE, MONS_LAVA_SNAKE);
52 const auto habitat = mons_habitat_type(MONS_KRAKEN, MONS_KRAKEN);
59 const auto habitat = mons_habitat_type(MONS_FRILLED_LIZARD, MONS_FRILLED_LIZARD);
66 const auto habitat = mons_habitat_type(MONS_SALAMANDER, MONS_SALAMANDER);
73 const auto habitat = mons_habitat_type(MONS_ZOMBIE, MONS_FRILLED_LIZARD);
80 const auto habitat = mons_habitat_type(MONS_CYCLOPS, MONS_CYCLOPS);
87 const auto habitat = mons_habitat_type(MONS_CYCLOPS, MONS_CYCLOPS, true);
94 …const auto habitat = mons_habitat_type(MONS_TENTACLED_MONSTROSITY, MONS_TENTACLED_MONSTROSITY, tru…
101 const auto habitat = mons_habitat_type(MONS_SIMULACRUM, MONS_SALAMANDER);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-poly.cc432 const habitat_type new_hab = mons_habitat_type(new_type, new_type, false); in _habitat_matches()
470 = mons_habitat_type(mons->type, mons_base_type(*mons), false); in init_poly_set()
H A Dmon-util.h289 habitat_type mons_habitat_type(monster_type t, monster_type base_t,
H A Dmon-util.cc3350 habitat_type mons_habitat_type(monster_type t, monster_type base_t, in mons_habitat_type() function
3362 return mons_habitat_type(type, mons_base_type(mon), real_amphibious); in mons_habitat()
H A Ddescribe.cc4219 switch (mons_habitat_type(type, mi.base_type)) in _monster_habitat_description()