Home
last modified time | relevance | path

Searched refs:M_EAT_DOORS (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h15 M_EAT_DOORS = BIT(0), enumerator
H A Dmon-data.h3493 M_SEE_INVIS | M_UNBLINDABLE | M_SPLITS | M_ACID_SPLASH | M_EAT_DOORS,
3522 M_SEE_INVIS | M_UNBLINDABLE | M_EAT_DOORS,
3535 M_SEE_INVIS | M_UNBLINDABLE | M_EAT_DOORS,
3548 M_SEE_INVIS | M_UNBLINDABLE | M_EAT_DOORS,
3562 M_SEE_INVIS | M_UNBLINDABLE | M_ACID_SPLASH | M_EAT_DOORS,
6662 M_SEE_INVIS | M_UNBLINDABLE | M_ACID_SPLASH | M_UNIQUE | M_EAT_DOORS
6677 | M_SPEAKS | M_FAST_REGEN | M_GENDER_NEUTRAL | M_EAT_DOORS,
H A Dmon-util.cc4154 || mons_class_flag(mons_base_type(mon), M_EAT_DOORS); in mons_can_eat_door()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1119 mons_check_flag(bool(me->bitfields & M_EAT_DOORS), monsterflags, in main()