forked from External/mage
* Widespread Panic - Fixed that it also triggered if the library was shuffled by an ability controlled by another player (e.g. Knowledge Exploitation).
This commit is contained in:
parent
f95921cc73
commit
b86dd17c54
201 changed files with 340 additions and 247 deletions
|
|
@ -186,7 +186,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
|
|||
*/
|
||||
protected void mayShuffle(Player player, Ability source, Game game) {
|
||||
if (this.mayShuffleAfter && player.chooseUse(Outcome.Benefit, "Shuffle your library?", source, game)) {
|
||||
player.shuffleLibrary(game);
|
||||
player.shuffleLibrary(source, game);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue