HomeSort by: relevance | last modified time | path
    Searched refs:NAPPING (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
monster.c 220 !(monster->m_flags & NAPPING) &&
326 if (monster->m_flags & NAPPING) {
328 monster->m_flags &= (~(NAPPING | ASLEEP));
559 if (!(monster->m_flags & NAPPING)) {
zap.c 360 monster->m_flags |= (ASLEEP | NAPPING);
rogue.h 381 #define NAPPING 0200000000L /* can't wake up for a while */

Completed in 15 milliseconds