Skip to content

Commit

Permalink
Mind Search extra fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Celicath committed Dec 10, 2018
1 parent d482780 commit 7d19568
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ else if (c instanceof BalancedGrowth)
balancedGrowth = true;
}
for (AbstractCard c : p.drawPile.group) {
if (c.type == AbstractCard.CardType.SKILL) skillCount++;
else if (c.type == AbstractCard.CardType.ATTACK) attackCount++;

if (c instanceof PoisonMastery)
poisonMastery = true;
else if (c instanceof FeelingFine)
Expand Down

0 comments on commit 7d19568

Please sign in to comment.