Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h92 M_FAST_REGEN = BIT(26), enumerator
H A Dmon-data.h974 M_SPEAKS | M_NO_POLY_TO | M_FAST_REGEN,
2319 M_NO_SKELETON | M_FAST_REGEN,
2921 M_COLD_BLOOD | M_FAST_REGEN,
3506 M_FAST_REGEN | M_HERD,
4292 M_WARM_BLOOD | M_SPEAKS | M_FAST_REGEN,
4306 M_WARM_BLOOD | M_SPEAKS | M_FAST_REGEN,
4680 M_SEE_INVIS | M_FAST_REGEN,
5354 M_SPEAKS | M_FAST_REGEN | M_FLIES,
5490 M_FAST_REGEN | M_FLIES,
5664 M_SEE_INVIS | M_FAST_REGEN | M_FLIES,
[all …]
H A Dmon-util.cc1660 return mons_class_flag(mc, M_FAST_REGEN); in mons_class_fast_regen()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1147 mons_check_flag(bool(me->bitfields & M_FAST_REGEN), monsterflags, in main()