mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user