()
| 1415 | } |
| 1416 | |
| 1417 | public boolean isVoid() { |
| 1418 | return getLeftBattlefieldThisTurn().stream().anyMatch(c -> !c.isLand()) || |
| 1419 | getStack().getSpellsCastThisTurn().stream().anyMatch(s -> s.getCastSA().isWarp()); |
| 1420 | } |
| 1421 | |
| 1422 | public int getAITimeout() { |
| 1423 | return AI_TIMEOUT; |
no test coverage detected