mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Pirate's Pillage - Fixed wrong random discard (see #4365)
This commit is contained in:
parent
9cb39016dc
commit
eb7166aa2f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class PiratesPillage extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{3}{R}");
|
||||
|
||||
// As an additional cost to cast Pirate's Pillage, discard a card.
|
||||
this.getSpellAbility().addCost(new DiscardCardCost(true));
|
||||
this.getSpellAbility().addCost(new DiscardCardCost(false));
|
||||
|
||||
// Draw two cards and create two colorless Treasure artifacts with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(2));
|
||||
|
|
Loading…
Reference in a new issue