mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- The AI will no longer kill itself with Mogis, God of Slaughter.
This commit is contained in:
@@ -395,6 +395,10 @@ public class ComputerUtilCost {
|
||||
if (payerCreatures > sourceCreatures + 1) {
|
||||
return false;
|
||||
}
|
||||
} else if ("LifeLE2".equals(sa.getParam("UnlessAI"))) {
|
||||
if (payer.getLife() < 3) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// AI will only pay when it's not already payed and only opponents abilities
|
||||
|
||||
Reference in New Issue
Block a user