mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fix compile.
This commit is contained in:
@@ -148,7 +148,7 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable
|
||||
|
||||
if (!(isInstant || activator.canCastSorcery() || flash || getRestrictions().isInstantSpeed()
|
||||
|| hasSVar("IsCastFromPlayEffect")
|
||||
|| wasFaceDownInstant))) {
|
||||
|| wasFaceDownInstant)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user