mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Imoti: Cascade by looking at spell cmc
This commit is contained in:
committed by
Hans Mackowiak
parent
46718ff96a
commit
1dfbc7638a
@@ -440,6 +440,9 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
|||||||
game.getPhaseHandler().setPriority(sp.getActivatingPlayer());
|
game.getPhaseHandler().setPriority(sp.getActivatingPlayer());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
game.getAction().checkStaticAbilities();
|
||||||
|
game.getTriggerHandler().resetActiveTriggers();
|
||||||
|
|
||||||
if (sp.isSpell() && !sp.isCopied()) {
|
if (sp.isSpell() && !sp.isCopied()) {
|
||||||
thisTurnCast.add(CardUtil.getLKICopy(sp.getHostCard()));
|
thisTurnCast.add(CardUtil.getLKICopy(sp.getHostCard()));
|
||||||
sp.getActivatingPlayer().addSpellCastThisTurn();
|
sp.getActivatingPlayer().addSpellCastThisTurn();
|
||||||
|
|||||||
Reference in New Issue
Block a user