Home
last modified time | relevance | path

Searched refs:M_SEE_INVIS (Results 1 – 9 of 9) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-data.h129 M_FLIES | M_SEE_INVIS | M_WARM_BLOOD,
195 M_SEE_INVIS | M_WARM_BLOOD,
829 M_RES_POISON | M_RES_COLD | M_SEE_INVIS,
1050 M_RES_POISON | M_RES_COLD | M_SEE_INVIS,
1501 M_RES_POISON | M_SEE_INVIS,
1718 M_SEE_INVIS | M_WARM_BLOOD,
1917 M_WARM_BLOOD | M_SEE_INVIS,
3030 M_SPELLCASTER | M_SEE_INVIS | M_SPEAKS,
3109 M_WARM_BLOOD | M_SEE_INVIS,
3166 M_NO_SKELETON | M_SEE_INVIS,
[all …]
H A Dmon-util.h47 #define M_SEE_INVIS (1<<13) macro
H A Dmon-util.cc289 else if (((seekmonster(&mon->type))->bitfields & M_SEE_INVIS) != 0) in mons_see_invis()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-data.h947 M_SEE_INVIS,
2425 M_SEE_INVIS | M_FLIES,
2438 M_SEE_INVIS | M_FLIES,
4104 M_SEE_INVIS,
4610 M_SEE_INVIS,
4638 M_SEE_INVIS,
5516 M_SEE_INVIS,
5612 M_SEE_INVIS,
5625 M_SEE_INVIS,
5786 M_SEE_INVIS,
[all …]
H A Dmon-flags.h36 M_SEE_INVIS = BIT(7), enumerator
H A Dl-moninf.cc471 if (mons_class_flag(mi->type, M_SEE_INVIS)) in cant_see_you()
H A Dmon-util.cc2343 if (mons_class_flag(type, M_SEE_INVIS)) in mons_class_sees_invis()
2348 M_SEE_INVIS)) in mons_class_sees_invis()
H A Dmonster.cc1667 if (!mons_class_flag(mon->type, M_SEE_INVIS)) in _get_monster_armour_value()
1827 if (!mons_class_flag(mon->type, M_SEE_INVIS)) in _get_monster_jewellery_value()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1144 mons_check_flag(bool(me->bitfields & M_SEE_INVIS), monsterflags, in main()