fixed miss chosen targets clear in cost implementations (#10566)

This commit is contained in:
Oleg Agafonov 2023-07-05 23:10:20 +04:00
parent 9cd6c6f269
commit 476fd27f65
6 changed files with 4 additions and 9 deletions

View file

@ -66,7 +66,6 @@ public class DiscardTargetCost extends CostImpl {
public void clearPaid() {
super.clearPaid();
this.cards.clear();
this.targets.clearChosen();
}
@Override