- Fixed human payment of the ability of Night Soil.

This commit is contained in:
Sloth
2014-10-26 07:25:26 +00:00
parent a19d4b8d62
commit c8e538da45

View File

@@ -308,7 +308,7 @@ public class HumanCostDecision extends CostDecisionMakerBase {
return null;
}
CardCollection toExile = Card.getList(SGuiChoose.many("Exile from " + cost.getFrom(), "To be exiled", count - nNeeded, CardView.getCollection(typeList), null));
CardCollection toExile = Card.getList(SGuiChoose.many("Exile from " + cost.getFrom(), "To be exiled", nNeeded, CardView.getCollection(typeList), null));
return PaymentDecision.card(toExile);
}