Home
last modified time | relevance | path

Searched refs:has_spells (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dghost.h49 bool has_spells() const;
H A Ditem-def.h96 bool has_spells() const;
H A Ddescribe-spells.cc47 if (!item.has_spells()) in item_spellset()
200 if (!mi.has_spells()) in monster_spellset()
H A Dgod-item.cc181 if (item.has_spells() && (item_type_known(item) || calc_unid)) in is_unclean_item()
H A Dmon-info.h397 bool has_spells() const;
H A Dl-moninf.cc454 if (!mi->has_spells()) in LUAFN()
H A Dmonster.h449 bool has_spells() const;
H A Dghost.cc772 bool ghost_demon::has_spells() const in has_spells() function in ghost_demon
H A Dl-item.cc816 if (!item || !item->defined() || !item->has_spells()) in IDEF()
H A Dstash.cc74 if (item->has_spells()) in stash_annotate_item()
H A Dmon-info.cc1604 bool monster_info::has_spells() const in has_spells() function in monster_info
H A Ddescribe.cc2652 const bool verbose = !item.has_spells(); in get_item_desc()
3945 if (!mi.has_spells()) in _monster_spells_description()
H A Ditems.cc3349 bool item_def::has_spells() const in has_spells() function in item_def
H A Dmon-util.cc2459 const bool spellcaster = mon.has_spells(); in exper_value()
H A Dmonster.cc2900 bool monster::has_spells() const in has_spells() function in monster
H A Dmon-cast.cc3938 || !mons->has_spells()) in handle_mon_spell()