diff --git a/Mage/src/mage/abilities/effects/common/ScryEffect.java b/Mage/src/mage/abilities/effects/common/ScryEffect.java index bfb2d9c4046..b8cd227254e 100644 --- a/Mage/src/mage/abilities/effects/common/ScryEffect.java +++ b/Mage/src/mage/abilities/effects/common/ScryEffect.java @@ -47,7 +47,7 @@ import mage.target.TargetCard; public class ScryEffect extends OneShotEffect { protected static FilterCard filter1 = new FilterCard("card to put on the bottom of your library"); - protected static FilterCard filter2 = new FilterCard("card to put on the top of your library"); + protected static FilterCard filter2 = new FilterCard("card to put on the top of your library (last chosen will be on top)"); protected int scryNumber;