forked from External/mage
support until your next turn delayed triggers (#12233)
This commit is contained in:
parent
614be8e928
commit
3abce2f5c8
17 changed files with 502 additions and 347 deletions
|
|
@ -699,6 +699,10 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
game.applyEffects();
|
||||
}
|
||||
|
||||
public void removeTurnStartEffect(Game game) {
|
||||
delayed.removeStartOfNewTurn(game);
|
||||
}
|
||||
|
||||
public void addEffect(ContinuousEffect effect, Ability source) {
|
||||
addEffect(effect, null, source);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue