#region SA
percentageBonus += BattleLust.GetBonus(attacker, defender);
if (this is BaseThrown)
{
int max = ((BaseThrown)this).MaxThrowRange;
if (attacker.InRange(defender, max))
percentageBonus += -47;
}
#endregion
We use essential cookies to make this site work, and optional cookies to enhance your experience.