Home
last modified time | relevance | path

Searched refs:AF_NOSHIELD (Results 1 – 4 of 4) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhyper.h592 #define AF_NOSHIELD Flag(10) // ignore the shielded status macro
H A Dattack.cpp127 …if(!(flags & AF_NOSHIELD) && ((flags & AF_NEXTTURN) ? checkOrb2 : checkOrb)(m2, itOrbShield)) retu… in canAttack()
H A Dmonstermove.cpp1081 else if(canAttack(c, movtype, from, from->monst, AF_GETPLAYER | AF_NOSHIELD)) ; in groupmove2()
H A Dcomplex.cpp1745 …Enemy(c2,k) && canAttack(c,eMonster(moBug0+k),c2,c2->monst, AF_TOUGH | AF_NOSHIELD | AF_GETPLAYER)… in bugcell()