mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Fix exileFromMiscZone paying with less than needed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user