* Kicker abilities - fixed that AI can't cast cards with kicker for normal cost (AI don't use kicker now);

This commit is contained in:
Oleg Agafonov 2020-01-05 01:04:35 +04:00
parent 3c9e967642
commit 2dd64cf5cd
8 changed files with 139 additions and 26 deletions

View file

@ -89,7 +89,6 @@ public class ReplicateAbility extends StaticAbility implements OptionalAdditiona
times = (numActivations + 1) + (numActivations == 0 ? " time " : " times ");
}
// test costs
// TODO: add AI support to find max number of possible activations (from available mana)
// canPay checks only single mana available, not total mana usage
if (additionalCost.canPay(ability, sourceId, controllerId, game)