mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Blessed Incarnation used wrong shuffle method
This commit is contained in:
parent
1a419f7f5b
commit
58185670ad
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@ class BlessedReincarnationEffect extends OneShotEffect {
|
|||
}
|
||||
permanentController.revealCards(source, toReveal, game);
|
||||
if (toReveal.size() > 1) {
|
||||
library.shuffle();
|
||||
}
|
||||
permanentController.shuffleLibrary(source, game); }
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue