mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
Merge origin/master
This commit is contained in:
commit
56781870ab
11 changed files with 168 additions and 68 deletions
|
|
@ -108,6 +108,7 @@ class VillainousWealthEffect extends OneShotEffect {
|
|||
OuterLoop:
|
||||
while (cardsToExile.count(filter, game) > 0) {
|
||||
TargetCardInExile target = new TargetCardInExile(0, 1, filter, exileId, false);
|
||||
target.setNotTarget(true);
|
||||
while (cardsToExile.count(filter, game) > 0 && controller.choose(Outcome.PlayForFree, cardsToExile, target, game)) {
|
||||
Card card = game.getCard(target.getFirstTarget());
|
||||
if (card != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue