* Fixed typos of Archmage Ascension and LookLibraryControllerEffect.

This commit is contained in:
LevelX2 2015-05-03 23:44:10 +02:00
parent 282f600749
commit 880fab9014
2 changed files with 4 additions and 11 deletions

View file

@ -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);
}
}