mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
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.
This commit is contained in:
parent
792af6d331
commit
80fbc7e396
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ class PollenbrightWingsAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public PollenbrightWingsAbility() {
|
||||
super(Zone.BATTLEFIELD, new PollenbrightWingsEffect());
|
||||
this.addEffect(new UntapAllLandsControllerEffect());
|
||||
}
|
||||
|
||||
public PollenbrightWingsAbility(final PollenbrightWingsAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue