mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Disabled the use of AF ChooseColor for the AI.
This commit is contained in:
@@ -505,7 +505,8 @@ public class AbilityFactory_Choose {
|
||||
private static boolean chooseColorTriggerAI(final AbilityFactory af, final SpellAbility sa,
|
||||
final boolean mandatory)
|
||||
{
|
||||
if (!ComputerUtil.canPayCost(sa)) {
|
||||
return false;
|
||||
/*if (!ComputerUtil.canPayCost(sa)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -523,7 +524,7 @@ public class AbilityFactory_Choose {
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return true;*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user