Home
last modified time | relevance | path

Searched refs:M_SPEAKS (Results 1 – 7 of 7) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-data.h317 M_WARM_BLOOD | M_SPEAKS,
330 M_SPEAKS | M_WARM_BLOOD,
504 M_WARM_BLOOD | M_SPEAKS,
560 M_COLD_BLOOD | M_SPEAKS,
4078 M_SPEAKS | M_FLIES,
4091 M_SPEAKS | M_FLIES,
5382 M_SPEAKS | M_FLIES,
5409 M_SPEAKS,
5435 M_SPEAKS,
5730 M_SPEAKS,
[all …]
H A Dmon-flags.h42 M_SPEAKS = BIT(9), enumerator
H A Dmon-speak.cc377 if ((mons_class_flag(mons->type, M_SPEAKS) in maybe_mons_speaks()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-data.h2688 M_WARM_BLOOD| M_SPEAKS,
2710 M_WARM_BLOOD | M_SPEAKS,
2743 M_WARM_BLOOD | M_SPEAKS,
2776 M_WARM_BLOOD | M_SPEAKS,
2787 M_WARM_BLOOD | M_SPEAKS,
2809 M_WARM_BLOOD | M_SPEAKS,
2820 M_WARM_BLOOD | M_SPEAKS,
2864 M_WARM_BLOOD | M_SPEAKS,
2886 M_WARM_BLOOD | M_SPEAKS,
2897 M_WARM_BLOOD | M_SPEAKS,
[all …]
H A Dmon-util.h50 #define M_SPEAKS (1<<15) macro
H A Dmonstuff.cc2149 if (mons_flag(monster->type, M_SPEAKS) && one_chance_in(21) in handle_nearby_ability()
/dports/games/dungeoncrawl/dc400b26-src/docs/
H A Dchanges.400697 == 82. if (mons_flag(monster->type, M_SPEAKS) && one_chance_in(21)