mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
remove unneeded
This commit is contained in:
@@ -592,11 +592,6 @@ public class AbilityUtils {
|
||||
}
|
||||
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
|
||||
else if (ability instanceof SpellAbility) {
|
||||
|
||||
Reference in New Issue
Block a user