Merge pull request #6057 from Tosh94/fix-pollenbright-wings

Fix Pollenbright Wings untapping controller's lands
This commit is contained in:
Oleg Agafonov 2019-11-28 20:51:27 +01:00 committed by GitHub
commit 2d57c8061e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {