forked from External/mage
[SWS] Yoda, Jedi Master - Fixed a problem with the +1 ability.
This commit is contained in:
parent
65577486c4
commit
56900a9b1f
3 changed files with 195 additions and 159 deletions
|
|
@ -51,7 +51,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
|
|||
|
||||
protected DynamicValue numberOfCards;
|
||||
protected boolean mayShuffleAfter = false;
|
||||
protected boolean putOnTop = true; // if false on put back on bottom of library
|
||||
protected boolean putOnTop = true; // if false on put rest back on bottom of library
|
||||
protected Zone targetZoneLookedCards; // GRAVEYARD, LIBRARY
|
||||
|
||||
public LookLibraryControllerEffect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue