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:
parent
cbd2bc172d
commit
5c0adadbc7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue