mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +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
|
// 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user