- Fixed the cards of spells on the stack not always having the right controller.

This commit is contained in:
Sloth
2013-05-01 06:23:02 +00:00
parent 28434b14f7
commit ab0b9ac735

View File

@@ -310,6 +310,7 @@ public class MagicStack extends MyObservable {
} }
if (sp.isSpell()) { if (sp.isSpell()) {
sp.getSourceCard().setController(sp.getActivatingPlayer(), 0);
Spell spell = (Spell) sp; Spell spell = (Spell) sp;
if (spell.isCastFaceDown()) { if (spell.isCastFaceDown()) {
sp.getSourceCard().turnFaceDown(); sp.getSourceCard().turnFaceDown();