* Liliana Vess - Fixed that the libarary was not shufled if second ability was used (fixes #558).

This commit is contained in:
LevelX2 2014-09-06 14:58:52 +02:00
parent 6720bd333f
commit 8d7e9f6cb6

View file

@ -67,6 +67,7 @@ public class SearchLibraryPutOnLibraryEffect extends SearchEffect {
public SearchLibraryPutOnLibraryEffect(final SearchLibraryPutOnLibraryEffect effect) {
super(effect);
this.reveal = effect.reveal;
this.forceShuffle = effect.forceShuffle;
}
@Override