mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed AI not paying CostRemoveCounter costs.
This commit is contained in:
@@ -391,6 +391,7 @@ public class CostRemoveCounter extends CostPartWithList {
|
|||||||
System.out.println("Not enough " + this.counter + " on " + source.getName());
|
System.out.println("Not enough " + this.counter + " on " + source.getName());
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
this.cntRemoved = c;
|
||||||
return new PaymentDecision(source);
|
return new PaymentDecision(source);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user