diff --git a/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java b/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java index 298452a9ba..ea2400d975 100644 --- a/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java +++ b/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java @@ -51,7 +51,7 @@ public final class DovinGrandArbiter extends CardImpl { new StaticValue(3), StaticFilters.FILTER_CARD, Zone.LIBRARY, false, false, false, Zone.HAND, false, false, false - ).setText("Look at the top ten cards of your library. " + + ).setBackInRandomOrder(true).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." ), -7));