Home
last modified time | relevance | path

Searched refs:IMITATES (Results 1 – 5 of 5) sorted by relevance

/dragonfly/games/rogue/
H A Dmonster.c110 {(ASLEEP|IMITATES),"4d6",42,'X',110,16,25,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NULL},
158 if (monster->m_flags & IMITATES) { in gr_monster()
254 if (!(monster->m_flags & IMITATES)) { in party_monsters()
275 if (monster->m_flags & IMITATES) { in gmc_row_col()
292 if (monster->m_flags & IMITATES) { in gmc()
539 monster->m_flags &= (~(ASLEEP | IMITATES | WAKENS)); in wake_up()
651 if (monster->m_flags & IMITATES) { in show_monsters()
652 monster->m_flags &= (~IMITATES); in show_monsters()
832 monster->m_flags &= (~IMITATES); in aggravate()
H A Dzap.c176 if (!(monster->m_flags & IMITATES)) { in zap_monster()
191 FLAMES | IMITATES | CONFUSES | SEEKS_GOLD | HOLDS)); in zap_monster()
H A Dspec_hit.c358 if (monster->m_flags & IMITATES) { in check_imitator()
379 if (monster->m_flags & IMITATES) { in imitating()
H A Drogue.h386 #define IMITATES 020000000L macro
H A Dobject.c685 if (monster->m_flags & IMITATES) { in show_objects()