mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +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(
|
this.addAbility(new LoyaltyAbility(new LookLibraryAndPickControllerEffect(
|
||||||
new StaticValue(4), false, new StaticValue(2),
|
new StaticValue(4), false, new StaticValue(2),
|
||||||
StaticFilters.FILTER_CARD_CREATURE, Zone.LIBRARY, false,
|
StaticFilters.FILTER_CARD_CREATURE, Zone.LIBRARY, false,
|
||||||
true, false, Zone.HAND, false, false, false
|
true, true, Zone.HAND, false, false, false
|
||||||
).setText(
|
).setText(
|
||||||
"Look at the top four cards of your library. " +
|
"Look at the top four cards of your library. " +
|
||||||
"You may reveal up to two creature cards from among them " +
|
"You may reveal up to two creature cards from among them " +
|
||||||
|
|
Loading…
Reference in a new issue