mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
AnimateEffect: add AtEOT from TokenEffect and others
This commit is contained in:
@@ -339,6 +339,10 @@ public class AnimateEffect extends AnimateEffectBase {
|
|||||||
|
|
||||||
game.fireEvent(new GameEventCardStatsChanged(c));
|
game.fireEvent(new GameEventCardStatsChanged(c));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (sa.hasParam("AtEOT") && !tgts.isEmpty()) {
|
||||||
|
registerDelayedTrigger(sa, sa.getParam("AtEOT"), tgts);
|
||||||
|
}
|
||||||
} // animateResolve extends SpellEffect {
|
} // animateResolve extends SpellEffect {
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|||||||
Reference in New Issue
Block a user