forked from External/mage
fixed miss chosen targets clear in cost implementations (#10566)
This commit is contained in:
parent
9cd6c6f269
commit
476fd27f65
6 changed files with 4 additions and 9 deletions
|
|
@ -66,7 +66,6 @@ public class DiscardTargetCost extends CostImpl {
|
|||
public void clearPaid() {
|
||||
super.clearPaid();
|
||||
this.cards.clear();
|
||||
this.targets.clearChosen();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue