Searched refs:isDoubleCellAttack (Results 1 – 5 of 5) sorted by relevance
180 bool isDoubleCellAttack( void ) const;
238 if ( isDoubleCellAttack() ) in GetMonsterStrength()428 bool Monster::isDoubleCellAttack() const in isDoubleCellAttack() function in Monster
510 if ( attacker.isDoubleCellAttack() && isNearIndexes( from, headIndex ) in OptimalAttackTarget()522 if ( attacker.isDoubleCellAttack() ) { in OptimalAttackValue()
577 if ( attacker.isDoubleCellAttack() ) { in GetTargetsForDamage()
1688 if ( _currentUnit->isDoubleCellAttack() ) { in RedrawCover()2857 const bool isDoubleCell = attacker.isDoubleCellAttack() && 2 == targets.size(); in RedrawActionAttackPart1()