mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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 VanishingSacrificeAbility());
|
||||
// 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) {
|
||||
super(card);
|
||||
|
|
Loading…
Reference in a new issue