Home
last modified time | relevance | path

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

/dragonfly/games/rogue/
H A Dspec_hit.c468 monster->m_flags &= (~CONFUSES); /* will not confuse the rogue */ in m_confuse()
472 monster->m_flags &= (~CONFUSES); in m_confuse()
H A Dmonster.c96 {(ASLEEP|WAKENS|WANDERS|CONFUSES),"4d4/3d7",97,'M',
333 if ((monster->m_flags & CONFUSES) && m_confuse(monster)) { in mv_1_monster()
H A Dzap.c191 FLAMES | IMITATES | CONFUSES | SEEKS_GOLD | HOLDS)); in zap_monster()
H A Drogue.h385 #define CONFUSES 010000000L macro