mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Update AiController.java
This commit is contained in:
@@ -733,8 +733,7 @@ public class AiController {
|
||||
neededMana = sac.getCostMana().getMana().getCMC();
|
||||
if (sac.hasSpecificCostType(CostPayLife.class)
|
||||
|| (sac.hasSpecificCostType(CostDiscard.class)) ||
|
||||
(sac.hasSpecificCostType(CostSacrifice.class))
|
||||
) {
|
||||
(sac.hasSpecificCostType(CostSacrifice.class))) {
|
||||
neededMana = 999;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user