Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
IceRaptor committed Aug 31, 2020
1 parent 9841eba commit f4e7d5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CleverGirl/CleverGirl/Helper/AOHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public static float MakeAttackOrderForTarget(AbstractActor attackerAA, ICombatan
AttackDetails attackDetails = new AttackDetails(attacker: attackerAA, target: target as AbstractActor,
attackPos: attackerAA.CurrentPosition, targetPos: target.CurrentPosition, useRevengeBonus: true);


AttackEvaluation rangedAE = RangedCalculator.OptimizeAttack(attackDetails, rangedWeps);
AttackEvaluation meleeAE = MeleeCalculator.OptimizeAttack(meleeWeps, attackerAA, target);
AttackEvaluation dfaAE = DFACalculator.OptimizeAttack(dfaWeps, attackerAA, target);
Expand Down
1 change: 0 additions & 1 deletion CleverGirl/CleverGirl/Helper/WeaponHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using CleverGirl.Objects;
using IRBTModUtils;
using System.Collections.Generic;
using static CleverGirl.AIHelper;

namespace CleverGirl.Helper
{
Expand Down

0 comments on commit f4e7d5d

Please sign in to comment.