mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Awaken The Ancient - fix it's effect's duration
This commit is contained in:
parent
7c6e9724ce
commit
1e7138e8f6
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class AwakenTheAncient extends CardImpl<AwakenTheAncient> {
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Enchanted Mountain is a 7/7 red Giant creature with haste. It's still a land.
|
// Enchanted Mountain is a 7/7 red Giant creature with haste. It's still a land.
|
||||||
Ability ability2 = new SimpleStaticAbility(Zone.BATTLEFIELD, new BecomesCreatureAttachedEffect(new GiantToken(), "Enchanted Mountain is a 7/7 red Giant creature with haste. It's still a land", Duration.EndOfTurn));
|
Ability ability2 = new SimpleStaticAbility(Zone.BATTLEFIELD, new BecomesCreatureAttachedEffect(new GiantToken(), "Enchanted Mountain is a 7/7 red Giant creature with haste. It's still a land", Duration.Custom));
|
||||||
this.addAbility(ability2);
|
this.addAbility(ability2);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue