mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Added zoneChangeCounter into LKI. Reimplemented Trostani. PersistTest and LastKnownInformationTest do work now.
This commit is contained in:
parent
cae473b6ca
commit
43e82b7a1a
4 changed files with 44 additions and 8 deletions
|
|
@ -148,6 +148,9 @@ public class PersistTest extends CardTestPlayerBase {
|
|||
block(2, playerA, "Kitchen Finks", "Wurmcoil Engine");
|
||||
block(2, playerA, "Kitchen Finks", "Wurmcoil Engine");
|
||||
|
||||
setChoice(playerB, "Creatures entering the battlefield don't cause abilities to trigger");
|
||||
setChoice(playerB, "Creatures entering the battlefield don't cause abilities to trigger");
|
||||
|
||||
setStopAt(2, PhaseStep.END_TURN);
|
||||
execute();
|
||||
|
||||
|
|
@ -157,7 +160,7 @@ public class PersistTest extends CardTestPlayerBase {
|
|||
assertPermanentCount(playerB, "Wurmcoil Engine", 0);
|
||||
assertPermanentCount(playerB, "Wurm", 2);
|
||||
assertPermanentCount(playerA, "Kitchen Finks", 2);
|
||||
assertPowerToughness(playerA, "Kitchen Finks", 2,1, Filter.ComparisonScope.All);
|
||||
assertPowerToughness(playerA, "Kitchen Finks", 2, 1, Filter.ComparisonScope.All);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue