Home
last modified time | relevance | path

Searched refs:invalid_monster_type (Results 1 – 17 of 17) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddbg-util.cc209 if (invalid_monster_index(midx) || invalid_monster_type(mon->type)) in debug_dump_mon()
380 && !invalid_monster_type(env.mons[mon->foe].type)) in debug_dump_mon()
388 && !invalid_monster_type(env.mons[target].type)) in debug_dump_mon()
H A Dgod-companions.cc279 if (invalid_monster_type(i->second.mons.mons.type)) in fixup_bad_companions()
H A Dmon-pick.cc97 return _veto && (invalid_monster_type(mon) || _veto(mon)); in veto()
H A Dmon-util.cc163 if (invalid_monster_type(mt)) in _initialise_randmons()
1086 return !mon || invalid_monster_type(mon->type); in invalid_monster()
1089 bool invalid_monster_type(monster_type mt) in invalid_monster_type() function
1742 return !invalid_monster_type(ms) in mons_class_can_be_zombified()
4905 if (invalid_monster_type(mc) && mc != MONS_PROGRAM_BUG) in mons_class_name()
4953 if (invalid_monster_type(mc)) in debug_mondata()
5047 if (!invalid_monster_type(mc)) in debug_monspells()
H A Dmon-poly.cc475 if (invalid_monster_type(mt)) in init_poly_set()
H A Dmon-speak.cc416 ASSERT(!invalid_monster_type(mons->type)); in mons_speaks()
H A Ddbg-scan.cc333 if (invalid_monster_type(m->type)) in debug_mons_scan()
H A Dmon-util.h440 bool invalid_monster_type(monster_type mt);
H A Dmon-death.cc90 ASSERT(!invalid_monster_type(mtype)); in _fill_out_corpse()
91 ASSERT(!invalid_monster_type(corpse_class)); in _fill_out_corpse()
441 if (!invalid_monster_type(montype) && mons_is_unique(montype)) in _create_monster_hide()
H A Dwiz-mon.cc923 if (invalid_monster_type(type)) in wizard_polymorph_monster()
H A Dmonster.cc2254 if (invalid_monster_type(new_type)) in _invalid_monster_str()
2278 else if (invalid_monster_type(mon.type) && mon.type != MONS_PROGRAM_BUG) in _mon_special_name()
3244 ASSERT(!invalid_monster_type(type)); in base_armour_class()
3292 ASSERT(!invalid_monster_type(base_monster)); in base_armour_class()
H A Dmon-place.cc1668 ASSERT(!invalid_monster_type(ztype)); in define_zombie()
3071 if (invalid_monster_type(cur)) in summon_any_demon()
H A Dtags.cc1900 ASSERT(!invalid_monster_type(f.mons.type)); in marshall_follower()
5770 ASSERT(!invalid_monster_type(mi.type)); in _unmarshallMonsterInfo()
6071 if (invalid_monster_type(m.type)) in _tag_construct_level_monsters()
6484 ASSERT(!invalid_monster_type(m.type)); in unmarshallMonster()
7047 if (invalid_monster_type(m.type)) in _tag_read_level_monsters()
H A Dmon-info.cc928 else if (invalid_monster_type(nametype) && nametype != MONS_PROGRAM_BUG) in _core_name()
H A Dabyss.cc1025 if (!invalid_monster_type(mg.cls)) in _abyss_generate_monsters()
H A Dmapdef.cc4243 || invalid_monster_type(mspec.monbase) in parse_mons_spec()
H A Ddungeon.cc5460 && !invalid_monster_type(mt) in _vault_grid_glyph_mons()