Fix exileFromMiscZone paying with less than needed

This commit is contained in:
TRT
2021-11-08 09:14:16 +01:00
parent 564873d05d
commit 6bc8d595bc

View File

@@ -382,7 +382,7 @@ public class HumanCostDecision extends CostDecisionMakerBase {
origin.add(cost.from);
final CardCollection exiled = new CardCollection();
final List<Card> chosen = controller.chooseCardsForZoneChange(ZoneType.Exile, origin, sa, typeList, 0,
final List<Card> chosen = controller.chooseCardsForZoneChange(ZoneType.Exile, origin, sa, typeList, nNeeded,
nNeeded, null, cost.toString(), null);
exiled.addAll(chosen);