mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
#8734: Fix Reflection of Kiki-Jiki sacrifice trigger to trigger at next end step instead of end of combat (#8735)
This commit is contained in:
parent
b7da79ed73
commit
93cc71f40c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class ReflectionOfKikiJikiEffect extends OneShotEffect {
|
|||
CreateTokenCopyTargetEffect effect = new CreateTokenCopyTargetEffect(null, null, true);
|
||||
effect.setTargetPointer(new FixedTarget(source.getFirstTarget(), game));
|
||||
effect.apply(game, source);
|
||||
effect.sacrificeTokensCreatedAtEndOfCombat(game, source);
|
||||
effect.sacrificeTokensCreatedAtNextEndStep(game, source);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue