From 5c0adadbc7b4ca38ab8368654fa8f8cd8e4e0aab Mon Sep 17 00:00:00 2001 From: Loki Date: Mon, 17 Oct 2011 15:26:30 +0300 Subject: [PATCH] improve tooltip for Scry --- Mage/src/mage/abilities/effects/common/ScryEffect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;