mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- The AI will no longer hold back creatures for blocking when Time Walk will grant another turn.
This commit is contained in:
@@ -237,6 +237,10 @@ public class ComputerUtilAttack {
|
||||
final CardList notNeededAsBlockers = new CardList(attackers);
|
||||
int fixedBlockers = 0;
|
||||
final CardList vigilantes = new CardList();
|
||||
//check for time walks
|
||||
if (Singletons.getModel().getGameState().getPhaseHandler().isNextTurn(AllZone.getComputerPlayer())) {
|
||||
return attackers;
|
||||
}
|
||||
for (final Card c : this.computerList) {
|
||||
if (c.getName().equals("Masako the Humorless")) {
|
||||
// "Tapped creatures you control can block as though they were untapped."
|
||||
|
||||
Reference in New Issue
Block a user