INVISIBLE
{(ASLEEP|INVISIBLE|WANDERS|FLITS),"5d4",76,'P',120,15,24,80,0,50, FILL},
(monster->m_flags & INVISIBLE)) || blind) {
(monster->m_flags & INVISIBLE))
if ((!(monster->m_flags & INVISIBLE) ||
if (blind || ((monster->m_flags & INVISIBLE) &&
monster->m_flags |= INVISIBLE;
monster->m_flags &= (~(FLIES | FLITS | SPECIAL_HIT | INVISIBLE |