* Tatterkite - Fixed that it was not prevented to add counters if the counters were added while Tatterkite entered the battlöefield (e.g. Undying).

This commit is contained in:
LevelX2 2016-01-21 17:44:30 +01:00
parent 64dea27bb3
commit 9ebc2d5991
2 changed files with 30 additions and 3 deletions

View file

@ -60,7 +60,7 @@ public class Tatterkite extends CardImpl {
this.addAbility(FlyingAbility.getInstance());
// Tatterkite can't have counters placed on it.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantHaveCountersSourceEffect(Duration.WhileOnBattlefield)));
this.addAbility(new SimpleStaticAbility(Zone.ALL, new CantHaveCountersSourceEffect(Duration.WhileOnBattlefield)));
}