Pollenbright wings bug: Pollenbright wings untaps all his controller lands after attacking (reported by Colnakdc / 2018-06-26 13:58:58.049).

Removed UntapAllLandsControllerEffect from triggered ability.
This commit is contained in:
Tosh94 2019-11-28 12:53:00 +01:00
parent 792af6d331
commit 80fbc7e396

View file

@ -66,7 +66,6 @@ class PollenbrightWingsAbility extends TriggeredAbilityImpl {
public PollenbrightWingsAbility() {
super(Zone.BATTLEFIELD, new PollenbrightWingsEffect());
this.addEffect(new UntapAllLandsControllerEffect());
}
public PollenbrightWingsAbility(final PollenbrightWingsAbility ability) {