forked from External/mage
* Fixed typos of Archmage Ascension and LookLibraryControllerEffect.
This commit is contained in:
parent
282f600749
commit
880fab9014
2 changed files with 4 additions and 11 deletions
|
|
@ -200,7 +200,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
|
|||
* @param game
|
||||
*/
|
||||
protected void mayShuffle(Player player, Game game) {
|
||||
if (this.mayShuffleAfter && player.chooseUse(Outcome.Benefit, "Shuffle you library?", game)) {
|
||||
if (this.mayShuffleAfter && player.chooseUse(Outcome.Benefit, "Shuffle your library?", game)) {
|
||||
player.shuffleLibrary(game);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue