Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Northmoc committed Nov 26, 2024
1 parent d6be871 commit 5dfd13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,7 @@ public static final List<SpellAbility> getSpellsFromPlayEffect(final Card tgtCar
sp.setCardState(original);
list.add(sp);
}
if (tgtCard.isModal() && tgtCard.getState(CardStateName.Modal) != null) {
if (tgtCard.isModal() && tgtCard.hasState(CardStateName.Modal)) {
collectSpellsForPlayEffect(list, tgtCard.getState(CardStateName.Modal), controller, withAltCost);
}
}
Expand Down

0 comments on commit 5dfd13e

Please sign in to comment.