mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
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();
|
||||
return !(stackObject instanceof Spell)
|
||||
|| !Zone.LIBRARY.equals(((Spell) stackObject).getFromZone())
|
||||
|| ((Spell) stackObject).getCurrentActivatingManaAbilitiesStep() == ActivationManaAbilityStep.AFTER; // mana payment finished
|
||||
|| stackObject.getStackAbility().getManaCostsToPay().isPaid(); // mana payment finished
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue