- Disabled the use of AF ChooseColor for the AI.

This commit is contained in:
Sloth
2011-09-24 19:42:50 +00:00
parent 3ace3d25e7
commit d9ef87e149

View File

@@ -505,7 +505,8 @@ public class AbilityFactory_Choose {
private static boolean chooseColorTriggerAI(final AbilityFactory af, final SpellAbility sa, private static boolean chooseColorTriggerAI(final AbilityFactory af, final SpellAbility sa,
final boolean mandatory) final boolean mandatory)
{ {
if (!ComputerUtil.canPayCost(sa)) { return false;
/*if (!ComputerUtil.canPayCost(sa)) {
return false; return false;
} }
@@ -523,7 +524,7 @@ public class AbilityFactory_Choose {
} }
} }
} }
return true; return true;*/
} }
/** /**