mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Spell: fix casting opponent spells
This commit is contained in:
@@ -144,6 +144,8 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable
|
||||
if (lkicheck) {
|
||||
game.getAction().checkStaticAbilities(false);
|
||||
game.getTracker().unfreeze();
|
||||
// reset owner for lki
|
||||
card.setController(null, 0);
|
||||
}
|
||||
|
||||
if (!(isInstant || activator.canCastSorcery() || flash || getRestrictions().isInstantSpeed()
|
||||
|
||||
Reference in New Issue
Block a user