Fix for CMC of split cards on the stack

This commit is contained in:
Evan Murawski
2019-02-12 03:59:07 +00:00
committed by Michael Kamensky
parent 00f6445049
commit 6f85b09ee4

View File

@@ -73,6 +73,7 @@ public class ComputerUtil {
public static boolean handlePlayingSpellAbility(final Player ai, SpellAbility sa, final Game game, Runnable chooseTargets) {
game.getStack().freezeStack();
final Card source = sa.getHostCard();
source.setSplitStateToPlayAbility(sa);
if (sa.isSpell() && !source.isCopiedSpell()) {
if (source.getType().hasStringType("Arcane")) {