forked from External/mage
[DSK] Implement Niko, Light of Hope (#12942)
Add UntilTheNextEndstep duration for 'until the beginning of the next end step' on the copy effect.
This commit is contained in:
parent
56f0dd8460
commit
4a432b61f9
6 changed files with 138 additions and 4 deletions
|
|
@ -74,6 +74,8 @@ public interface ContinuousEffect extends Effect {
|
|||
|
||||
boolean isYourNextEndStep(Game game);
|
||||
|
||||
boolean isTheNextEndStep(Game game);
|
||||
|
||||
boolean isYourNextUpkeepStep(Game game);
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue