forked from External/mage
[minor] small cleanup to Life's Finale.
This commit is contained in:
parent
b392cd2e3b
commit
1cef018580
1 changed files with 3 additions and 3 deletions
|
|
@ -112,9 +112,9 @@ class LifesFinaleEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
}
|
||||
opponent.shuffleLibrary(game);
|
||||
return true;
|
||||
}
|
||||
|
||||
opponent.shuffleLibrary(game);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue