Home
last modified time | relevance | path

Searched refs:M_INVIS (Results 1 – 14 of 14) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h33 M_INVIS = BIT(6), enumerator
H A Dmon-poly.cc376 if (mons_class_flag(mons->type, M_INVIS)) in change_monster_type()
H A Dspl-goditem.cc585 if (mon.has_ench(ENCH_INVIS) && !mons_class_flag(mon.type, M_INVIS)) in _dispellable_monster_buffs()
H A Dtimed-effects.cc764 if (!mons_class_flag(type, M_INVIS)) in timeout_enchantments()
H A Ddecks.cc1240 && mons_class_flag(dct, M_INVIS) in _summon_demon_card()
H A Dmon-info.cc1680 if (is(MB_INVISIBLE) && !mons_class_flag(type, M_INVIS)) in debuffable()
H A Dmon-ench.cc1473 if (!mons_class_flag(type, M_INVIS)) in apply_enchantment()
H A Dmon-data.h2399 M_SEE_INVIS | M_INVIS | M_BATTY,
2546 M_NO_SKELETON | M_INVIS | M_FLIES,
4529 M_SEE_INVIS | M_INVIS | M_INSUBSTANTIAL | M_FLIES,
5717 M_SEE_INVIS | M_INVIS,
H A Dmon-place.cc1196 if (mons_class_flag(mg.cls, M_INVIS)) in _place_monster_aux()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.h38 #define M_INVIS (1<<6) // is created with invis enchantment set, and never runs out macro
H A Dmon-data.h636 M_LEVITATE | M_SEE_INVIS | M_RES_ELEC | M_INVIS,
1611 M_RES_ELEC | M_RES_POISON | M_SPELLCASTER | M_LEVITATE | M_SEE_INVIS | M_INVIS | M_CONFUSED,
2280 M_RES_POISON | M_RES_COLD | M_SEE_INVIS | M_INVIS,
2291 M_RES_POISON | M_RES_COLD | M_RES_FIRE | M_RES_ELEC | M_SEE_INVIS | M_INVIS,
2302 M_RES_POISON | M_LEVITATE | M_SEE_INVIS | M_INVIS,
H A Dmonplace.cc451 if (mons_flag(mon_type, M_INVIS)) in place_monster_aux()
H A Dmonstuff.cc892 bool invis = mons_flag( targetc, M_INVIS ) in monster_polymorph()
938 if (mons_flag( monster->type, M_INVIS )) in monster_polymorph()
1773 if (!mons_flag( monster->type, M_INVIS )) in handle_enchantment()
H A Dmon-util.cc1454 if (mons_flag(mon->type, M_INVIS)) in mons_del_ench()