forked from External/mage
fixed Vraska, Golgari Queen emblem not working
This commit is contained in:
parent
e1108b68ac
commit
830b64242e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue