mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Improved PlayMain1 AI.
This commit is contained in:
@@ -130,7 +130,8 @@ public class SpellPermanent extends Spell {
|
||||
&& ai.getManaPool().totalMana() <= 0
|
||||
&& (game.getPhaseHandler().isPlayerTurn(ai)
|
||||
|| game.getPhaseHandler().getPhase().isBefore(PhaseType.COMBAT_DECLARE_ATTACKERS_INSTANT_ABILITY)
|
||||
&& !card.hasETBTrigger())) {
|
||||
&& !card.hasETBTrigger())
|
||||
&& !ComputerUtil.castPermanentInMain1(ai, this)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user