mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implemented Mnemonic Betrayal
This commit is contained in:
parent
cb138473e5
commit
24536032cd
3 changed files with 221 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import mage.game.Game;
|
|||
public abstract class DelayedTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
private Duration duration;
|
||||
private boolean triggerOnlyOnce;
|
||||
protected boolean triggerOnlyOnce;
|
||||
|
||||
public DelayedTriggeredAbility(Effect effect) {
|
||||
this(effect, Duration.EndOfGame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue