mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
fixed Dovin, Grand Arbiter ultimate cost
This commit is contained in:
parent
7d210cd03a
commit
971e07a9af
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ public final class DovinGrandArbiter extends CardImpl {
|
|||
Zone.HAND, false, false, false
|
||||
).setText("Look at the top ten cards of your library. " +
|
||||
"Put three of them into your hand and the rest " +
|
||||
"on the bottom of your library in a random order.")));
|
||||
"on the bottom of your library in a random order."
|
||||
), -7));
|
||||
}
|
||||
|
||||
private DovinGrandArbiter(final DovinGrandArbiter card) {
|
||||
|
|
Loading…
Reference in a new issue