Searched refs:ignoreRetaliation (Results 1 – 4 of 4) sorted by relevance
182 bool ignoreRetaliation( void ) const;
228 const double effectiveHP = battleStats.hp * ( ignoreRetaliation() ? 1.4 : 1 ); in GetMonsterStrength()234 damagePotential *= ( isArchers() || ignoreRetaliation() ) ? 2 : 1.75; in GetMonsterStrength()408 bool Monster::ignoreRetaliation() const in ignoreRetaliation() function in Monster
259 if ( handfighting && !b1->ignoreRetaliation() && b2->AllowResponse() ) { in ApplyActionAttack()
1102 if ( attackerIsArchers || ignoreRetaliation() || defender.Modes( TR_RESPONSED ) ) { in GetScoreQuality()