Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-enum.h119 AF_PLAGUE, enumerator
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dattack.cpp103 …thy) && (flags & (AF_STAB | AF_MAGIC | AF_HORNS | AF_SWORD | AF_SWORD_INTO | AF_SIDE | AF_PLAGUE))) in canAttack()
149 if(!(flags & (AF_GUN | AF_SWORD | AF_SWORD_INTO | AF_MAGIC | AF_PLAGUE))) in canAttack()
152 …if(!(flags & (AF_LANCE | AF_STAB | AF_BACK | AF_APPROACH | AF_GUN | AF_MAGIC | AF_PLAGUE | AF_SIDE… in canAttack()
H A Dhyper.h616 #define AF_PLAGUE Flag(32) // Orb of Plague (do not check adjacency) macro
H A Dpcmove.cpp1526 if(orb == itOrbPlague) f |= AF_PLAGUE; in sideAttackAt()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1058 case AF_PLAGUE: in main()