fix CostTapType not correctly setting the paidHash (fixes Keldon Battlewagon)

This commit is contained in:
slapshot5
2011-10-30 13:59:18 +00:00
parent c2548b0289
commit dc5e700b4d

View File

@@ -253,8 +253,8 @@ public class CostTapType extends CostPartWithList {
public void done() {
stop();
payment.paidCost(tapType);
tapType.addListToHash(sa, "Tapped");
payment.paidCost(tapType);
}
};