- Fix compile.

This commit is contained in:
Agetian
2018-06-17 11:22:50 +03:00
parent 8b1c9e0b7d
commit 8329a0f653

View File

@@ -148,7 +148,7 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable
if (!(isInstant || activator.canCastSorcery() || flash || getRestrictions().isInstantSpeed() if (!(isInstant || activator.canCastSorcery() || flash || getRestrictions().isInstantSpeed()
|| hasSVar("IsCastFromPlayEffect") || hasSVar("IsCastFromPlayEffect")
|| wasFaceDownInstant))) { || wasFaceDownInstant)) {
return false; return false;
} }