Skip to content

Commit

Permalink
magar_of_the_magic_strings.txt bug fix (#6618)
Browse files Browse the repository at this point in the history
* take3

* tweak
  • Loading branch information
Northmoc authored Nov 27, 2024
1 parent f76c665 commit 5aaf65e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3009,7 +3009,7 @@ public static final List<SpellAbility> getSpellsFromPlayEffect(final Card tgtCar
sp.setCardState(original);
list.add(sp);
}
if (tgtCard.isModal()) {
if (tgtCard.isModal() && tgtCard.hasState(CardStateName.Modal)) {
collectSpellsForPlayEffect(list, tgtCard.getState(CardStateName.Modal), controller, withAltCost);
}
}
Expand Down

0 comments on commit 5aaf65e

Please sign in to comment.