Home
last modified time | relevance | path

Searched refs:ghost_brand (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h249 brand_type ghost_brand() const;
H A Dmonster.cc350 brand_type monster::ghost_brand() const in ghost_brand() function in monster
364 return ghost_brand() != SPWPN_NORMAL; in has_ghost_brand()
372 return ghost_brand(); in damage_brand()
H A Dmon-info.cc699 props[SPECIAL_WEAPON_KEY] = m->ghost_brand(); in monster_info()