Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h123 M_PREFER_RANGED = BIT(37), enumerator
H A Dmon-data.h518 M_WARM_BLOOD | M_SPEAKS | M_ARCHER | M_PREFER_RANGED,
802 M_WARM_BLOOD | M_ARCHER | M_PREFER_RANGED | M_SPEAKS,
1524 M_WARM_BLOOD | M_ARCHER | M_PREFER_RANGED | M_SPEAKS,
3764 | M_ARCHER | M_PREFER_RANGED | M_SPEAKS,
5158 M_FIGHTER | M_FLIES | M_PREFER_RANGED | M_GHOST_DEMON,
5980 M_STATIONARY | M_SPEAKS | M_ARCHER | M_PREFER_RANGED | M_NO_POLY_TO,
6778 | M_ARCHER | M_PREFER_RANGED | M_SPEAKS | M_UNIQUE,
H A Dmon-act.cc1161 = mons_class_flag(mons->type, M_PREFER_RANGED); in handle_throw()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1129 if (me->bitfields & M_PREFER_RANGED) in main()