mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Fix Lion's Eye Diamond check (#3791)
This commit is contained in:
@@ -584,7 +584,7 @@ public class SpellAbilityRestriction extends SpellAbilityVariables {
|
||||
}
|
||||
|
||||
// Special check for Lion's Eye Diamond
|
||||
if (sa.isManaAbility() && c.getGame().getStack().isFrozen() && isInstantSpeed()) {
|
||||
if (sa.isManaAbility() && c.getGame().costPaymentStack.peek() != null && isInstantSpeed()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user