mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fixed sac All costs storing the cards twice.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user