mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09:00
Fixed Tidewalkers duration.
This commit is contained in:
parent
2cf5907189
commit
6d8378d5e4
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ public class Tidewalker extends CardImpl {
|
||||||
this.addAbility(new VanishingUpkeepAbility(0));
|
this.addAbility(new VanishingUpkeepAbility(0));
|
||||||
this.addAbility(new VanishingSacrificeAbility());
|
this.addAbility(new VanishingSacrificeAbility());
|
||||||
// Tidewalker's power and toughness are each equal to the number of time counters on it.
|
// Tidewalker's power and toughness are each equal to the number of time counters on it.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.ALL, new SetPowerToughnessSourceEffect(new CountersCount(CounterType.TIME), Duration.WhileOnBattlefield))); }
|
this.addAbility(new SimpleStaticAbility(Zone.ALL, new SetPowerToughnessSourceEffect(new CountersCount(CounterType.TIME), Duration.EndOfGame)));
|
||||||
|
}
|
||||||
|
|
||||||
public Tidewalker(final Tidewalker card) {
|
public Tidewalker(final Tidewalker card) {
|
||||||
super(card);
|
super(card);
|
||||||
|
|
Loading…
Add table
Reference in a new issue