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

  /src/games/rogue/
spec_hit.c 137 monster->m_flags |= FREEZING_ROGUE;
151 monster->m_flags &= (~FREEZING_ROGUE);
rogue.h 375 #define FREEZING_ROGUE 02000000L
monster.c 351 if (monster->m_flags & FREEZING_ROGUE) {

Completed in 12 milliseconds