mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
merge
This commit is contained in:
commit
cbd2bc172d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class LilianaOfTheVeilEffect extends OneShotEffect<LilianaOfTheVeilEffect> {
|
|||
player.revealCards("Pile 2 (Liliana of the Veil)", cards, game);
|
||||
|
||||
Choice choice = createChoice(pile1, cards, game);
|
||||
if (player.choose(Outcome.Neutral, choice, game)) {
|
||||
if (targetPlayer.choose(Outcome.Neutral, choice, game)) {
|
||||
if (choice.getChoice().startsWith("Pile 1")) {
|
||||
sacrificePermanents(pile1, game, source);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue