Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-data.h3914 M_STATIONARY,
3927 M_STATIONARY,
3940 M_STATIONARY | M_NOT_DANGEROUS,
3953 M_STATIONARY | M_SEE_INVIS,
3966 M_NOT_DANGEROUS | M_STATIONARY,
3992 M_STATIONARY,
5940 M_STATIONARY | M_SPEAKS,
5993 M_STATIONARY,
6006 M_NOT_DANGEROUS | M_STATIONARY,
6019 M_NOT_DANGEROUS | M_STATIONARY,
[all …]
H A Dmon-flags.h57 M_STATIONARY = BIT(14), enumerator
H A Dshout.cc496 if (mons_class_flag(mi->type, M_STATIONARY)) in _set_allies_withdraw()
H A Dtarget.cc1957 && !mons_class_flag(mon.type, M_STATIONARY); in affects_monster()
H A Ddescribe.cc4401 if (mons_class_flag(mi.type, M_STATIONARY) in _monster_stat_description()
H A Dmon-util.cc695 return mons_class_flag(mc, M_STATIONARY); in mons_class_is_stationary()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc194 if (speed_max > 0 && mons_class_flag(mon.type, M_STATIONARY)) in monster_speed()