From 80fbc7e396b1e7f2b7c34cf295b2a4fab853e449 Mon Sep 17 00:00:00 2001 From: Tosh94 Date: Thu, 28 Nov 2019 12:53:00 +0100 Subject: [PATCH] Per #5126: 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. --- Mage.Sets/src/mage/cards/p/PollenbrightWings.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/p/PollenbrightWings.java b/Mage.Sets/src/mage/cards/p/PollenbrightWings.java index 921f6a4a2b2..ce7ab74f198 100644 --- a/Mage.Sets/src/mage/cards/p/PollenbrightWings.java +++ b/Mage.Sets/src/mage/cards/p/PollenbrightWings.java @@ -66,7 +66,6 @@ class PollenbrightWingsAbility extends TriggeredAbilityImpl { public PollenbrightWingsAbility() { super(Zone.BATTLEFIELD, new PollenbrightWingsEffect()); - this.addEffect(new UntapAllLandsControllerEffect()); } public PollenbrightWingsAbility(final PollenbrightWingsAbility ability) {