mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Awakening Zone's trigger is optional
This commit is contained in:
parent
09a9e06a0f
commit
16fc86ef1a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class AwakeningZone extends CardImpl {
|
|||
public AwakeningZone(UUID ownerId) {
|
||||
super(ownerId, 176, "Awakening Zone", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{G}");
|
||||
this.expansionSetCode = "ROE";
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new CreateTokenEffect(new EldraziSpawnToken()), TargetController.YOU, false));
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new CreateTokenEffect(new EldraziSpawnToken()), TargetController.YOU, true));
|
||||
}
|
||||
|
||||
public AwakeningZone(final AwakeningZone card) {
|
||||
|
|
Loading…
Reference in a new issue