mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc);
This commit is contained in:
parent
28ac95cb10
commit
59bda7f1d5
25 changed files with 269 additions and 220 deletions
|
|
@ -59,7 +59,7 @@ public class LicidAbilityTest extends CardTestPlayerBase {
|
|||
|
||||
execute();
|
||||
|
||||
assertActionCount(playerA, 0);
|
||||
assertActionsCount(playerA, 0);
|
||||
assertAbility(playerA, "Pillarfield Ox", HasteAbility.getInstance(), false);
|
||||
assertAbility(playerA, "Enraging Licid", new LicidAbility(new ColoredManaCost(ColoredManaSymbol.R), new ColoredManaCost(ColoredManaSymbol.R)), true);
|
||||
assertType("Enraging Licid", CardType.ENCHANTMENT, false);
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ public class LastKnownInformationTest extends CardTestPlayerBase {
|
|||
assertPermanentCount(playerA, "Soldier", 2);
|
||||
assertGraveyardCount(playerB, "Lightning Bolt", 2);
|
||||
|
||||
assertActionCount(playerB, 0);
|
||||
assertActionsCount(playerB, 0);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue