Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/
H A Dmonster.h180 bool isDoubleCellAttack( void ) const;
H A Dmonster.cpp238 if ( isDoubleCellAttack() ) in GetMonsterStrength()
428 bool Monster::isDoubleCellAttack() const in isDoubleCellAttack() function in Monster
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_board.cpp510 if ( attacker.isDoubleCellAttack() && isNearIndexes( from, headIndex ) in OptimalAttackTarget()
522 if ( attacker.isDoubleCellAttack() ) { in OptimalAttackValue()
H A Dbattle_action.cpp577 if ( attacker.isDoubleCellAttack() ) { in GetTargetsForDamage()
H A Dbattle_interface.cpp1688 if ( _currentUnit->isDoubleCellAttack() ) { in RedrawCover()
2857 const bool isDoubleCell = attacker.isDoubleCellAttack() && 2 == targets.size(); in RedrawActionAttackPart1()