mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- AI's checkRemoveCounterCost was way too conservative (which mostly prevented the usage of ultimate Planeswalker abilities).
This commit is contained in:
@@ -15,8 +15,8 @@ import forge.gui.input.Input;
|
|||||||
|
|
||||||
public class CostUtil {
|
public class CostUtil {
|
||||||
static private Random r = new Random();
|
static private Random r = new Random();
|
||||||
static private double P1P1Percent = .1;
|
static private double P1P1Percent = .25;
|
||||||
static private double OtherPercent = .25;
|
static private double OtherPercent = .9;
|
||||||
|
|
||||||
static public boolean checkSacrificeCost(Cost cost, Card source){
|
static public boolean checkSacrificeCost(Cost cost, Card source){
|
||||||
for(CostPart part : cost.getCostParts()){
|
for(CostPart part : cost.getCostParts()){
|
||||||
|
|||||||
Reference in New Issue
Block a user