mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
- Little fix for DiscardCardCost.
This commit is contained in:
parent
19fabc8658
commit
082356d07f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import mage.target.common.TargetCardInHand;
|
|||
public class DiscardCardCost extends DiscardTargetCost {
|
||||
|
||||
public DiscardCardCost() {
|
||||
this(false);
|
||||
super(new TargetCardInHand(new FilterCard()), false);
|
||||
}
|
||||
|
||||
public DiscardCardCost(boolean randomDiscard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue