fixed Vraska, Golgari Queen emblem not working

This commit is contained in:
Evan Kranzler 2018-09-23 09:09:29 -04:00
parent e1108b68ac
commit 830b64242e

View file

@ -19,7 +19,7 @@ public class VraskaGolgariQueenEmblem extends Emblem {
this.getAbilities().add(new DealsDamageToAPlayerAllTriggeredAbility(
new LoseGameTargetPlayerEffect(),
StaticFilters.FILTER_CONTROLLED_A_CREATURE,
false, SetTargetPointer.NONE, true
false, SetTargetPointer.PLAYER, true
));
}
}