mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
parent
e0770c8aa5
commit
b43ab76d60
45 changed files with 556 additions and 1122 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package org.mage.test.cards.abilities.oneshot.damage;
|
||||
|
||||
import mage.constants.PhaseStep;
|
||||
|
|
@ -38,7 +37,7 @@ public class FlameheartWerewolfTest extends CardTestPlayerBase {
|
|||
|
||||
// both should die
|
||||
assertPermanentCount(playerA, "Flameheart Werewolf", 0);
|
||||
assertExileCount("Flameheart Werewolf", 1); // exiled by Kalitas
|
||||
assertExileCount("Kessig Forgemaster", 1); // exiled by Kalitas
|
||||
assertPermanentCount(playerB, "Kalitas, Traitor of Ghet", 0);
|
||||
assertGraveyardCount(playerB, "Kalitas, Traitor of Ghet", 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue