- Fixed AI not playing Voice of All.

This commit is contained in:
Sloth
2012-09-19 10:14:17 +00:00
parent e0140352fc
commit dff90b1768

View File

@@ -679,7 +679,7 @@ public final class AbilityFactoryChoose {
* @return a boolean.
*/
private static boolean chooseColorTriggerAI(final AbilityFactory af, final SpellAbility sa, final boolean mandatory) {
return false;
return mandatory || chooseColorCanPlayAI(af, sa);
}
/**