1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-13 01:09:53 -09:00

improve tooltip for Scry

This commit is contained in:
Loki 2011-10-17 15:26:30 +03:00
parent cbd2bc172d
commit 5c0adadbc7

View file

@ -47,7 +47,7 @@ import mage.target.TargetCard;
public class ScryEffect extends OneShotEffect<ScryEffect> {
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;