Home
last modified time | relevance | path

Searched refs:mons_type_name (Results 1 – 25 of 25) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_mon-util.cc30 const auto name = mons_type_name(MONS_BUMBLEBEE, DESC_PLAIN);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlookup-help.cc208 string a_name = mons_type_name(a->type, DESC_PLAIN); in _compare_mon_names()
209 string b_name = mons_type_name(b->type, DESC_PLAIN); in _compare_mon_names()
228 string a_name = mons_type_name(a->type, DESC_PLAIN); in _compare_mon_toughness()
229 string b_name = mons_type_name(b->type, DESC_PLAIN); in _compare_mon_toughness()
484 keys[i] = mons_type_name(type, DESC_PLAIN); in _recap_mon_keys()
807 const string name = mons_type_name(type, DESC_PLAIN); in _mons_desc_key()
H A Dl-dgnmon.cc143 name = mons_type_name(static_cast<monster_type>(mon.type), in dgn_set_random_mon_list()
H A Dexclude.cc503 desc = mons_type_name(cell.monster(), DESC_PLAIN); in set_exclude()
550 || mons_type_name(m->type, DESC_PLAIN) != desc) in maybe_remove_autoexclusion()
H A Dl-debug.cc341 mons_type_name(mt, DESC_PLAIN).c_str(), in _check_uniques()
H A Dmon-info.cc1284 return pluralise_monster(mons_type_name(MONS_DRACONIAN, DESC_PLAIN)); in pluralised_name()
1286 return pluralise_monster(mons_type_name(MONS_DEMONSPAWN, DESC_PLAIN)); in pluralised_name()
1292 return pluralise_monster(mons_type_name(type, DESC_PLAIN)); in pluralised_name()
H A Dl-mons.cc79 PLUARET(string, mons_type_name(mons->type, DESC_PLAIN).c_str()); in MDEF()
H A Dmon-util.cc104 mons_type_name(mc, DESC_PLAIN).c_str(), mc); \
1843 name = mons_type_name(orig.type, DESC_PLAIN); in name_zombie()
3142 string mons_type_name(monster_type mc, description_level_type desc) in mons_type_name() function
4444 string species = mons_type_name(mons_species(m_foe->type), DESC_PLAIN); in do_mon_str_replacements()
4448 foe_genus = mons_type_name(mons_genus(m_foe->type), DESC_PLAIN); in do_mon_str_replacements()
5478 const string iname = mons_type_name(mons.type, DESC_A); in mons_is_notable()
H A Dmon-poly.cc620 string obj = can_see ? mons_type_name(targetc, DESC_A) in monster_polymorph()
H A Dmon-speak.cc657 mons_type_name(mons_genus(mons->type), DESC_PLAIN), in mons_speaks()
H A Dmon-util.h210 string mons_type_name(monster_type type, description_level_type desc);
H A Dmon-cast.cc1938 = pluralise_monster(mons_type_name(group_type, DESC_PLAIN)); in _print_battlecry_announcement()
4291 orc->mname = mons_type_name(mon, DESC_PLAIN); in _mons_cast_spectral_orcs()
6529 + mons_type_name(mons->type, DESC_PLAIN) + cast_str); in _speech_keys()
6531 + mons_type_name(mons_species(mons->type), DESC_PLAIN) in _speech_keys()
6534 + mons_type_name(mons_genus(mons->type), DESC_PLAIN) in _speech_keys()
6567 key_list.push_back(mons_type_name(mons->type, DESC_PLAIN) + cast_str); in _speech_keys()
6568 key_list.push_back(mons_type_name(mons_species(mons->type), DESC_PLAIN) in _speech_keys()
6570 key_list.push_back(mons_type_name(mons_genus(mons->type), DESC_PLAIN) in _speech_keys()
H A Dmon-death.cc152 corpse.props[CORPSE_NAME_KEY] = mons_type_name(mtype, DESC_PLAIN); in _fill_out_corpse()
442 item.inscription = mons_type_name(montype, DESC_PLAIN); in _create_monster_hide()
1155 mg.mname = mons_type_name(mons->type, DESC_PLAIN); in _make_derived_undead()
H A Dkills.cc468 name = mons_type_name(md.monnum, DESC_PLAIN); in base_name()
H A Dwiz-mon.cc81 newerr = mlist.add_mons(mons_type_name(partial, DESC_PLAIN)); in wizard_create_spec_monster_name()
H A Dshout.cc91 return mons_type_name(mons.type, DESC_PLAIN); in _shout_key()
H A Ddbg-objstat.cc1218 mons_name = mons_type_name(mc, DESC_PLAIN); in _write_monster_stats()
H A Dl-you.cc607 string name = mons_type_name(mons, DESC_PLAIN); in LUARET1()
H A Dview.cc196 name = mons_type_name(entry.first, desc); in _desc_mons_type_map()
H A Ditem-name.cc1831 buff << mons_type_name(mc, DESC_PLAIN) << ' '; in name_aux()
H A Dgod-abil.cc3162 dprf("%s, bribe chance: %d", mons_type_name(type, DESC_PLAIN).c_str(), in gozag_type_bribable()
5397 const string ancestor_type_name = mons_type_name(ancestor_type, DESC_A); in hepliaklqana_choose_ancestor_type()
H A Dspl-summoning.cc235 mons_type_name(type, DESC_A).c_str()); in cast_monstrous_menagerie()
H A Ditems.cc1202 return mons_type_name(monnum, DESC_A); in _origin_monster_name()
H A Dmonster.cc2259 mons_type_name(new_type, DESC_PLAIN).c_str(), in _invalid_monster_str()
H A Ddungeon.cc5466 mons_type_name(mt, DESC_THE).c_str()); in _vault_grid_glyph_mons()