- The AI will once again pay the unless cost of Fallow Wurm and friends.

- Converted Avatar of Discord to unless cost.
This commit is contained in:
Sloth
2013-04-05 21:32:21 +00:00
parent ede20d7001
commit 34fdc57c2c
2 changed files with 3 additions and 6 deletions

View File

@@ -417,7 +417,7 @@ public class ComputerUtilCost {
if (canPayCost(ability, payer)
&& checkLifeCost(payer, ability.getPayCosts(), source, 4, sa)
&& checkDamageCost(payer, ability.getPayCosts(), source, 4)
&& checkDiscardCost(payer, ability.getPayCosts(), source)
&& (isMine || checkDiscardCost(payer, ability.getPayCosts(), source))
&& (!source.getName().equals("Tyrannize") || payer.getCardsIn(ZoneType.Hand).size() > 2)
&& (!source.getName().equals("Perplex") || payer.getCardsIn(ZoneType.Hand).size() < 2)
&& (!source.getName().equals("Breaking Point") || payer.getCreaturesInPlay().size() > 1)