fixed Dovin, Grand Arbiter ultimate cost

This commit is contained in:
Evan Kranzler 2019-01-09 16:32:30 -05:00
parent 7d210cd03a
commit 971e07a9af

View file

@ -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) {