mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00: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 class DiscardCardCost extends DiscardTargetCost {
|
||||||
|
|
||||||
public DiscardCardCost() {
|
public DiscardCardCost() {
|
||||||
this(false);
|
super(new TargetCardInHand(new FilterCard()), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public DiscardCardCost(boolean randomDiscard) {
|
public DiscardCardCost(boolean randomDiscard) {
|
||||||
|
|
Loading…
Reference in a new issue