mirror of
https://github.com/magefree/mage.git
synced 2026-01-19 18:00:01 -08:00
Fixed few bugs with transform effect. +4 tests pass. Some transform cards should be refactored.
This commit is contained in:
parent
47cf770318
commit
04379e7c99
9 changed files with 141 additions and 22 deletions
|
|
@ -78,7 +78,7 @@ public class TwoFacedCardEffectsTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertHandCount(playerA, 2);
|
||||
assertHandCount(playerB, 1);
|
||||
assertHandCount(playerB, 2);
|
||||
|
||||
// should transform - original
|
||||
assertPermanentCount(playerA, "Howlpack Alpha", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue