convert transforming "K" cards to single class file

part of #14099
This commit is contained in:
jmlundeen 2025-12-01 14:05:33 -06:00
parent e0770c8aa5
commit b43ab76d60
45 changed files with 556 additions and 1122 deletions

View file

@ -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);
}