mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Update HourglassOfTheLost.java
This commit is contained in:
parent
a937ef0746
commit
a3468e0989
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ public final class HourglassOfTheLost extends CardImpl {
|
|||
ability.addEffect(new AddCountersSourceEffect(CounterType.TIME.createInstance()));
|
||||
this.addAbility(ability);
|
||||
// {T}, Remove X time counters from Hourglass of the Lost and exile it: Return each nonland permanent card with mana value X from your graveyard to the battlefield. Activate only as a sorcery.
|
||||
Ability returnAbility = new ActivateAsSorceryActivatedAbility(new HourglassOfTheLostEffect(), new TapSourceCost());
|
||||
Ability returnAbility = new ActivateAsSorceryActivatedAbility(new HourglassOfTheLostEffect(), null);
|
||||
returnAbility.addCost(new TapSourceCost());
|
||||
returnAbility.addCost(new RemoveVariableCountersSourceCost(CounterType.TIME));
|
||||
returnAbility.addCost(new ExileSourceCost().setText("and exile it"));
|
||||
this.addAbility(returnAbility);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue