Foretell: add Keyword

This commit is contained in:
Hans Mackowiak
2021-02-02 15:59:46 +00:00
committed by Michael Kamensky
parent 9f4c694c21
commit 4cbeca4cb3
31 changed files with 414 additions and 63 deletions

View File

@@ -1847,7 +1847,7 @@ public class GameSimulatorTest extends SimulationTestCase {
sim.simulateSpellAbility(gideonSA);
sim.simulateSpellAbility(sparkDoubleSA);
Card simSpark = (Card)sim.getGameCopier().find(sparkDouble);
Card simSpark = sim.getSimulatedGameState().findById(sparkDouble.getId());
assertNotNull(simSpark);
assertTrue(simSpark.isInZone(ZoneType.Battlefield));