mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed AI not playing Voice of All.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user