mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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));
|
||||
}
|
||||
|
||||
if (sa.hasParam("AtEOT") && !tgts.isEmpty()) {
|
||||
registerDelayedTrigger(sa, sa.getParam("AtEOT"), tgts);
|
||||
}
|
||||
} // animateResolve extends SpellEffect {
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
||||
Reference in New Issue
Block a user