[minor] small cleanup to Life's Finale.

This commit is contained in:
LevelX2 2013-06-24 21:35:50 +02:00
parent b392cd2e3b
commit 1cef018580

View file

@ -112,9 +112,9 @@ class LifesFinaleEffect extends OneShotEffect {
}
}
}
opponent.shuffleLibrary(game);
return true;
}
opponent.shuffleLibrary(game);
return true;
return false;
}
}