- Fixed sac All costs storing the cards twice.

This commit is contained in:
Sloth
2012-02-10 15:23:49 +00:00
parent 2bd2a26835
commit 4a5d6db247

View File

@@ -151,7 +151,7 @@ public class CostSacrifice extends CostPartWithList {
} else if (amount.equals("All")) {
this.setList(list);
CostSacrifice.sacrificeAll(ability, payment, this, list);
this.addListToHash(ability, "Sacrificed");
//this.addListToHash(ability, "Sacrificed");
return true;
} else {
Integer c = this.convertAmount();