Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h270 MONS_FIRST_BASE_DEMONSPAWN = MONS_MONSTROUS_DEMONSPAWN, enumerator
1017 MONS_FIRST_BASE_DEMONSPAWN = MONS_MONSTROUS_DEMONSPAWN, enumerator
H A Dmon-util.cc2637 return _random_mons_between(MONS_FIRST_BASE_DEMONSPAWN, in random_demonspawn_monster_species()
3117 MONS_LAST_BASE_DEMONSPAWN - MONS_FIRST_BASE_DEMONSPAWN + 1); in demonspawn_base_name()
3119 if (mon_type < MONS_FIRST_BASE_DEMONSPAWN in demonspawn_base_name()
3125 return demonspawn_base_names[mon_type - MONS_FIRST_BASE_DEMONSPAWN]; in demonspawn_base_name()
3131 MONS_LAST_BASE_DEMONSPAWN - MONS_FIRST_BASE_DEMONSPAWN + 1); in demonspawn_base_by_name()
3136 return static_cast<monster_type>(i + MONS_FIRST_BASE_DEMONSPAWN); in demonspawn_base_by_name()
H A Dmon-info.cc1196 if (!zombified && m1.type >= MONS_FIRST_BASE_DEMONSPAWN in less_than()
1198 && m2.type >= MONS_FIRST_BASE_DEMONSPAWN in less_than()
H A Dmapdef.cc4619 || (spec.type >= MONS_FIRST_BASE_DEMONSPAWN in demonspawn_monspec()