mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Fixed missing discard action of DiscardTargetCost.
This commit is contained in:
parent
c22b54d262
commit
7c6db7f5d4
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ public class DiscardTargetCost extends CostImpl {
|
|||
if (card == null) {
|
||||
return false;
|
||||
}
|
||||
player.discard(card, ability, game);
|
||||
this.cards.add(card.copy());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue