mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
fix CostTapType not correctly setting the paidHash (fixes Keldon Battlewagon)
This commit is contained in:
@@ -253,8 +253,8 @@ public class CostTapType extends CostPartWithList {
|
|||||||
|
|
||||||
public void done() {
|
public void done() {
|
||||||
stop();
|
stop();
|
||||||
payment.paidCost(tapType);
|
|
||||||
tapType.addListToHash(sa, "Tapped");
|
tapType.addListToHash(sa, "Tapped");
|
||||||
|
payment.paidCost(tapType);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user