mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Liliana Vess - Fixed that the libarary was not shufled if second ability was used (fixes #558).
This commit is contained in:
parent
6720bd333f
commit
8d7e9f6cb6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue