Home
last modified time | relevance | path

Searched refs:M_GENDER_NEUTRAL (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h177 M_GENDER_NEUTRAL = BIT(57), enumerator
H A Dmon-data.h6288 M_UNIQUE | M_WARM_BLOOD | M_ARCHER | M_SPEAKS | M_GENDER_NEUTRAL,
6374 M_UNIQUE | M_SEE_INVIS | M_WARM_BLOOD | M_SPEAKS | M_GENDER_NEUTRAL
6500 M_UNIQUE | M_WARM_BLOOD | M_SPEAKS | M_GENDER_NEUTRAL,
6541 M_UNIQUE | M_WARM_BLOOD | M_SPEAKS | M_GENDER_NEUTRAL,
6677 | M_SPEAKS | M_FAST_REGEN | M_GENDER_NEUTRAL | M_EAT_DOORS,
6845 M_UNIQUE | M_FIGHTER | M_WARM_BLOOD | M_SPEAKS | M_GENDER_NEUTRAL,
7328 | M_GENDER_NEUTRAL,
7343 | M_GENDER_NEUTRAL,
7357 | M_GENDER_NEUTRAL,
7371 | M_GENDER_NEUTRAL,
[all …]
H A Dmon-util.cc3949 const bool neutral = mons_class_flag(mc, M_GENDER_NEUTRAL); in mons_class_gender()
5000 const bool neutral = mons_class_flag(mc, M_GENDER_NEUTRAL); in debug_mondata()