DKA - Fiend of the Shadows

This commit is contained in:
BetaSteward 2012-02-26 21:48:55 -05:00
parent 3749d8c5fc
commit c64c597467
6 changed files with 32 additions and 90 deletions

View file

@ -463,7 +463,7 @@ public abstract class CardTestPlayerAPIImpl extends MageTestPlayerBase implement
}
public void playLand(int turnNum, PhaseStep step, TestPlayer player, String cardName) {
player.addAction(turnNum, step, "activate:Cast " + cardName);
player.addAction(turnNum, step, "activate:Play " + cardName);
}
public void castSpell(int turnNum, PhaseStep step, TestPlayer player, String cardName) {