mirror of
https://github.com/correl/mage.git
synced 2025-04-03 09:18:59 -09:00
[ONE] fix Contagious Vorrac
This commit is contained in:
parent
c3ed884c4c
commit
8862e9c58e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ContagiousVorracEffect extends OneShotEffect {
|
|||
player.moveCards(card, Zone.HAND, source, game);
|
||||
}
|
||||
cards.retainZone(Zone.LIBRARY, game);
|
||||
player.putCardsOnBottomOfLibrary(card, game, source, false);
|
||||
player.putCardsOnBottomOfLibrary(cards, game, source, false);
|
||||
return card == null || new ProliferateEffect().apply(game, source);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue