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

  /src/games/rogue/
zap.c 342 if (monster->m_flags & FREEZES) {
357 if (!(monster->m_flags & FREEZES)) {
rogue.h 368 #define FREEZES 010000L
384 #define SPECIAL_HIT (RUSTS|HOLDS|FREEZES|STEALS_GOLD|STEALS_ITEM|STINGS|DRAINS_LIFE|DROPS_LEVEL)
spec_hit.c 84 if (monster->m_flags & FREEZES) {
monster.c 102 {(ASLEEP|FREEZES),"0d0",15,'I',5,2,11,68,0,0, FILL},

Completed in 39 milliseconds