mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fixed the cards of spells on the stack not always having the right controller.
This commit is contained in:
@@ -310,6 +310,7 @@ public class MagicStack extends MyObservable {
|
||||
}
|
||||
|
||||
if (sp.isSpell()) {
|
||||
sp.getSourceCard().setController(sp.getActivatingPlayer(), 0);
|
||||
Spell spell = (Spell) sp;
|
||||
if (spell.isCastFaceDown()) {
|
||||
sp.getSourceCard().turnFaceDown();
|
||||
|
||||
Reference in New Issue
Block a user