mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Domri, Chaos Bringer not allowing players to choose fewer than two cards
This commit is contained in:
parent
5399d4d33b
commit
eb743fbf70
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public final class DomriChaosBringer extends CardImpl {
|
|||
this.addAbility(new LoyaltyAbility(new LookLibraryAndPickControllerEffect(
|
||||
new StaticValue(4), false, new StaticValue(2),
|
||||
StaticFilters.FILTER_CARD_CREATURE, Zone.LIBRARY, false,
|
||||
true, false, Zone.HAND, false, false, false
|
||||
true, true, Zone.HAND, false, false, false
|
||||
).setText(
|
||||
"Look at the top four cards of your library. " +
|
||||
"You may reveal up to two creature cards from among them " +
|
||||
|
|
Loading…
Reference in a new issue