remove unneeded

This commit is contained in:
Northmoc
2023-11-20 08:01:52 -05:00
committed by Northmoc
parent c954efd090
commit 9734f166ac

View File

@@ -592,11 +592,6 @@ public class AbilityUtils {
} }
val = handlePaid(list, calcX[1], card, ability); val = handlePaid(list, calcX[1], card, ability);
} }
else if (calcX[0].matches("CraftedWith")) {
final CardCollection list = new CardCollection();
if (card.getExiledCards() != null) list.addAll(card.getExiledCards());
val = list.isEmpty() ? null :handlePaid(list, calcX[1], card, ability);
}
// All the following only work for SpellAbilities // All the following only work for SpellAbilities
else if (ability instanceof SpellAbility) { else if (ability instanceof SpellAbility) {