Home
last modified time | relevance | path

Searched refs:M_SPLITS (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-flags.h51 M_SPLITS = BIT(12), enumerator
H A Dmon-act.cc2424 if (!mons_class_flag(parent.type, M_SPLITS)) in _jelly_divide()
H A Dmon-data.h3493 M_SEE_INVIS | M_UNBLINDABLE | M_SPLITS | M_ACID_SPLASH | M_EAT_DOORS,
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.h57 #define M_SPLITS (1<<21) // monster is perma-confused macro
H A Dmonstuff.cc704 if (!mons_flag( parent->type, M_SPLITS ) || parent->hit_points == 1) in jelly_divide()
3799 if (mons_flag( monster->type, M_SPLITS )) in handle_pickup()
4303 if (mons_flag( monster->type, M_SPLITS )) in monster_move()
H A Dmon-data.h515 M_RES_POISON | M_SEE_INVIS | M_SPLITS | M_AMPHIBIOUS,