[SWS] Yoda, Jedi Master - Fixed a problem with the +1 ability.

This commit is contained in:
LevelX2 2016-11-01 11:47:40 +01:00
parent 65577486c4
commit 56900a9b1f
3 changed files with 195 additions and 159 deletions

View file

@ -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() {