forked from External/mage
Adjust canLookAtNextTopLibraryCard
This commit is contained in:
parent
9c093b39f9
commit
e1f018d53d
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ public abstract class ContinuousEffectImpl extends EffectImpl implements Continu
|
||||||
StackObject stackObject = game.getStack().getFirst();
|
StackObject stackObject = game.getStack().getFirst();
|
||||||
return !(stackObject instanceof Spell)
|
return !(stackObject instanceof Spell)
|
||||||
|| !Zone.LIBRARY.equals(((Spell) stackObject).getFromZone())
|
|| !Zone.LIBRARY.equals(((Spell) stackObject).getFromZone())
|
||||||
|| ((Spell) stackObject).getCurrentActivatingManaAbilitiesStep() == ActivationManaAbilityStep.AFTER; // mana payment finished
|
|| stackObject.getStackAbility().getManaCostsToPay().isPaid(); // mana payment finished
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue